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
commit 076dc9803a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;