diff options
| author | Rémi Verschelde | 2017-08-28 00:06:25 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-28 00:06:25 +0200 |
| commit | 7e8a7dea2e76fe4fb49f336228fb8dc7739f83fa (patch) | |
| tree | b12282fcda6ff2c0f2830c13128377b9eb7d9337 /editor/plugins/spatial_editor_plugin.h | |
| parent | 6ef7783abb4ea31e6c59b4c30a05c7249b361020 (diff) | |
| parent | 28e1c88f6e6968c9fa8e91220d9d795e11b2da7b (diff) | |
| download | godot-7e8a7dea2e76fe4fb49f336228fb8dc7739f83fa.tar.gz godot-7e8a7dea2e76fe4fb49f336228fb8dc7739f83fa.tar.zst godot-7e8a7dea2e76fe4fb49f336228fb8dc7739f83fa.zip | |
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index a2bfd9ec4..b024a8bd9 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -122,6 +122,7 @@ private: float gizmo_scale; bool freelook_active; + Vector3 freelook_velocity; PanelContainer *info; Label *info_label; |
