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

Fix highlight typo

(cherry picked from commit d51fe99a8b)
This commit is contained in:
supaiku
2017-04-06 17:35:08 +02:00
committed by Rémi Verschelde
parent a46dcfe12f
commit fda4911b6e
3 changed files with 8 additions and 8 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; }