mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix graphical artifacts on map scaling
This commit is contained in:
@@ -36,8 +36,7 @@ void MapViewModel::setLevel(int newLevel)
|
||||
Point MapViewModel::getSingleTileSizeUpperLimit() const
|
||||
{
|
||||
// arbitrary-seleted upscaling limit
|
||||
// TODO: figure out reason behind graphical artifacts on scaling higher than 120px (375%)
|
||||
return Point(120, 120);
|
||||
return Point(256, 256);
|
||||
}
|
||||
|
||||
Point MapViewModel::getSingleTileSizeLowerLimit() const
|
||||
|
||||
Reference in New Issue
Block a user