X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraphics%2FAnimation.h;h=97230f5217ce59a22b0f4c47cb85649767522177;hb=d1866db2995946437ad57991f519325d62799c55;hp=ecf71e84f686c82763b6473d817857b8bd19f4a7;hpb=ecaa8da8d8e57da061443aa5cc5a68d353126bf8;p=l2e.git diff --git a/src/graphics/Animation.h b/src/graphics/Animation.h index ecf71e8..97230f5 100644 --- a/src/graphics/Animation.h +++ b/src/graphics/Animation.h @@ -58,7 +58,7 @@ public: public: bool Valid() const { return animation; } - void Clear() { animation = 0; timer = app::Timer(); } + void Clear() { animation = 0; timer = app::Timer(); } void Start(app::State &ctrl) { timer = ctrl.GraphicsTimers().StartInterval(animation->FrameTime());