1
0
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:
Ivan Savenko
2023-05-19 17:09:46 +03:00
parent 872b68c59a
commit 1c82a10fdd
3 changed files with 6 additions and 4 deletions

View File

@ -41,6 +41,7 @@ class MapViewCache
boost::multi_array<TileChecksum, 2> terrainChecksum;
boost::multi_array<bool, 2> tilesUpToDate;
Point cachedSize;
Point cachedPosition;
int cachedLevel;