diff options
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 26c768776..6ef64bbae 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -163,7 +163,7 @@ class SpriteDef final : public Resource const int offsetX, const int offsetY, const int variant_offset, int repeat, const int rand, - ImageSet *const imageSet, + const ImageSet *const imageSet, Animation *const animation) const; private: |