diff options
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index 7a64eeb3..d5c171ab 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -51,8 +51,7 @@ class Animation /** * Appends a new animation at the end of the sequence. */ - void addFrame(Image *image, unsigned int delay, - int offsetX, int offsetY); + void addFrame(Image *image, int delay, int offsetX, int offsetY); /** * Appends an animation terminator that states that the animation |