1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Fix highlight typo

This commit is contained in:
supaiku
2017-04-06 17:35:08 +02:00
parent 0ede0302ba
commit d51fe99a8b
5 changed files with 20 additions and 20 deletions

View File

@@ -484,7 +484,7 @@ public:
void update_transform_gizmo();
void select_gizmo_hilight_axis(int p_axis);
void select_gizmo_highlight_axis(int p_axis);
void set_custom_camera(Node *p_camera) { custom_camera = p_camera; }
void set_undo_redo(UndoRedo *p_undo_redo) { undo_redo = p_undo_redo; }