Add button to invert delta time (closes #666 , the number of the beast)

This commit is contained in:
Alexander Bock
2018-07-18 13:55:22 -04:00
parent 2751ee327c
commit e2e425657f
3 changed files with 83 additions and 58 deletions

View File

@@ -41,6 +41,8 @@ private:
TimeUnit _deltaTimeUnit = TimeUnit::Second;
bool _resetTimeAfterShuttle = true;
float _accelerationDelta = 0.f;
double _oldDeltaTime = 0.0;