mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-08 12:41:42 -04:00
fixed a refine check bug .
This commit is contained in:
parent
89417c2578
commit
76d336504f
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue