mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
use settings instead of persistentStorage
This commit is contained in:
@ -140,7 +140,7 @@ void MapViewController::modifyTileSize(int stepsChange, bool useDeadZone)
|
||||
|
||||
if (adventureContext)
|
||||
{
|
||||
Settings tileZoom = persistentStorage.write["tileZoom"];
|
||||
Settings tileZoom = settings.write["adventure"]["tileZoom"];
|
||||
tileZoom->Integer() = actualZoom.x;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user