diff options
Diffstat (limited to 'sigmod/MapTile.cpp')
| -rw-r--r-- | sigmod/MapTile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/MapTile.cpp b/sigmod/MapTile.cpp index bc978319..b06fee51 100644 --- a/sigmod/MapTile.cpp +++ b/sigmod/MapTile.cpp @@ -34,7 +34,7 @@ Sigmod::MapTile::MapTile(const Map* parent, const int id) : Object(parent, id), m_tile(-1), m_position(0, 0), - m_zIndex(-1) + m_zIndex(0) { } |
