mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix graphical artifacts on map scaling
This commit is contained in:
@ -41,6 +41,7 @@ class MapViewCache
|
||||
boost::multi_array<TileChecksum, 2> terrainChecksum;
|
||||
boost::multi_array<bool, 2> tilesUpToDate;
|
||||
|
||||
Point cachedSize;
|
||||
Point cachedPosition;
|
||||
int cachedLevel;
|
||||
|
||||
|
Reference in New Issue
Block a user