fixed a refine check bug .

This commit is contained in:
Zero Fanker 2024-04-16 19:57:14 -04:00
parent 89417c2578
commit 76d336504f

View file

@ -6380,7 +6380,7 @@ void CIsoView::DrawMap()
}
}
if (pic.pic);
if (pic.pic)
{
auto drawCoordsTerrain = drawCoords + ProjectedVec(f_x / 2 - (pic.wMaxWidth / 2), f_y / 2 - 3 - (pic.wMaxHeight / 2));