diff options
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index 59601dc4..7fc14857 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -43,7 +43,7 @@ struct Frame * An animation consists of several frames, each with their own delay and * offset. */ -class Animation +class Animation final { public: Animation() = default; |