diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 1fd3552e1..b4aec3ac3 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -174,6 +174,8 @@ class MapLayer final: public ConfigListener private: const int mX; const int mY; + const int mPixelX; + const int mPixelY; const int mWidth; const int mHeight; TileInfo *restrict const mTiles; |