]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/TransitionState.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / map / TransitionState.cpp
index 7ea358898ab5c57105f054af58ccd1bddc83b85b..cb26df5a3052b2a5d8470d7e941f3c0dae7572b5 100644 (file)
@@ -45,7 +45,7 @@ void TransitionState::HandleEvents(const Input &input) {
 }
 
 
-void TransitionState::UpdateWorld(float deltaT) {
+void TransitionState::UpdateWorld(Uint32 deltaT) {
 
 }