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

Merge pull request #10667 from Zylann/freelook_inertia

Added freelook inertia
This commit is contained in:
Rémi Verschelde
2017-08-28 00:06:25 +02:00
committed by GitHub
3 changed files with 30 additions and 18 deletions

View File

@@ -122,6 +122,7 @@ private:
float gizmo_scale;
bool freelook_active;
Vector3 freelook_velocity;
PanelContainer *info;
Label *info_label;