diff options
Diffstat (limited to 'src/tileset.h')
-rw-r--r-- | src/tileset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h index 7521a3e5..6af69235 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -36,7 +36,7 @@ class Tileset : public ImageSet * Constructor. */ Tileset(Image *img, int w, int h, int firstGid): - ImageSet("", img, w, h), + ImageSet(img, w, h), mFirstGid(firstGid) { } |