summaryrefslogtreecommitdiff
path: root/src/tileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileset.h')
-rw-r--r--src/tileset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h
index 6d9891591..5ef3f6a23 100644
--- a/src/tileset.h
+++ b/src/tileset.h
@@ -39,7 +39,8 @@ class Tileset final : public ImageSet
Tileset(Image *const img, const int w, const int h, const int firstGid,
const int margin, const int spacing):
ImageSet(img, w, h, margin, spacing),
- mFirstGid(firstGid)
+ mFirstGid(firstGid),
+ mProperties()
{
}