diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-15 13:38:40 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-15 13:38:40 +1000 |
commit | af74a2f4918e39cd3a157350b9c8e00397c94ff8 (patch) | |
tree | dd78affb139f6d154bb874ed0c274a0a43d0d8ab /source/game/StarMovementController.hpp | |
parent | 3bc2034c15ee23f78eb20a7b7a839b3300290186 (diff) |
Rename global WorldTimestep var to more appropriate name
Diffstat (limited to 'source/game/StarMovementController.hpp')
-rw-r--r-- | source/game/StarMovementController.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarMovementController.hpp b/source/game/StarMovementController.hpp index f5930cb..4f3ee02 100644 --- a/source/game/StarMovementController.hpp +++ b/source/game/StarMovementController.hpp @@ -184,7 +184,7 @@ public: // Stores dt value for Lua calls. void setTimestep(float dt); - // Integrates the ActorMovementController one WorldTimestep and applies all + // Integrates the ActorMovementController one GlobalTimestep and applies all // forces. void tickMaster(float dt); |