From 76d336504ff80bd3b7efaa41977c23699c9be8e4 Mon Sep 17 00:00:00 2001 From: Zero Fanker Date: Tue, 16 Apr 2024 19:57:14 -0400 Subject: [PATCH] fixed a refine check bug . --- MissionEditor/IsoView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MissionEditor/IsoView.cpp b/MissionEditor/IsoView.cpp index a1c71a2..e838fde 100644 --- a/MissionEditor/IsoView.cpp +++ b/MissionEditor/IsoView.cpp @@ -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));