1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Use the same axis colors consistently in the 2D and 3D editors

This commit is contained in:
Hugo Locurcio
2019-08-23 18:14:47 +02:00
parent 24e1039eb6
commit c2bcc3f700
6 changed files with 50 additions and 39 deletions

View File

@@ -633,7 +633,6 @@ private:
Node *custom_camera;
Object *_get_editor_data(Object *p_what);
Color _get_axis_color(int axis);
Ref<Environment> viewport_environment;