X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FColorFade.cpp;h=72bf40978791cfb1d0bad8143eda8d241fc98506;hb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;hp=45cd6054ce1a810de47df3672da863e59dafad7f;hpb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;p=l2e.git diff --git a/src/graphics/ColorFade.cpp b/src/graphics/ColorFade.cpp index 45cd605..72bf409 100644 --- a/src/graphics/ColorFade.cpp +++ b/src/graphics/ColorFade.cpp @@ -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); }