]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/ColorFade.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / graphics / ColorFade.cpp
index 45cd6054ce1a810de47df3672da863e59dafad7f..72bf40978791cfb1d0bad8143eda8d241fc98506 100644 (file)
@@ -94,7 +94,7 @@ void ColorFade::HandleEvents(const Input &input) {
 }
 
 
-void ColorFade::UpdateWorld(float deltaT) {
+void ColorFade::UpdateWorld(Uint32 deltaT) {
        if (interactive) {
                slave->UpdateWorld(deltaT);
        }