X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FColorFade.h;h=aad9247e09ac40ee61ec9a6519f1ca31b313fd2f;hb=bace3ec042d1d7bdb2cea48f06d0af4dacbcc375;hp=b3e98bd15f7973bff89c89ff0efe822be5f65dc3;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/graphics/ColorFade.h b/src/graphics/ColorFade.h index b3e98bd..aad9247 100644 --- a/src/graphics/ColorFade.h +++ b/src/graphics/ColorFade.h @@ -21,7 +21,7 @@ public: public: virtual void HandleEvents(const app::Input &); - virtual void UpdateWorld(float deltaT); + virtual void UpdateWorld(Uint32 deltaT); virtual void Render(SDL_Surface *); private: @@ -53,4 +53,4 @@ private: } -#endif /* GRAPHICS_COLORFADE_H_ */ +#endif