1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #32119 from Calinou/unify-axis-colors

Use the same axis colors consistently in the 2D and 3D editors
This commit is contained in:
Rémi Verschelde
2019-09-25 13:03:47 +02:00
committed by GitHub
6 changed files with 50 additions and 39 deletions

View File

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