diff options
| author | Rémi Verschelde | 2016-01-09 12:50:20 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-01-09 12:50:20 +0100 |
| commit | dbdce7d6f53c2a7b0d6294097e4b8e6712a34403 (patch) | |
| tree | 37317da03c83ac55ce78c64798131b01a071fcf1 /tools/editor/plugins/spatial_editor_plugin.h | |
| parent | 292e8bf0ab02cf37b6ee1759a3942a57a6a69062 (diff) | |
| parent | 7fa233cd89f0bc00b5e26ced051d12d3f73ec7e8 (diff) | |
| download | godot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.tar.gz godot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.tar.zst godot-dbdce7d6f53c2a7b0d6294097e4b8e6712a34403.zip | |
Merge pull request #3289 from TheHX/pr-warnings
Fix some error messages
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h index e8856d5a8..b0e366b14 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/tools/editor/plugins/spatial_editor_plugin.h @@ -137,7 +137,6 @@ private: Vector3 _get_screen_to_space(const Vector3& p_vector3); void _select_region(); - void _update_selection(); bool _gizmo_select(const Vector2& p_screenpos,bool p_hilite_only=false); float get_znear() const; |
