Fix RCS1089
This commit is contained in:
@@ -156,7 +156,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
|
||||
// Odd rows are shifted right by 1px
|
||||
if ((point.V & 1) == 1)
|
||||
dx += 1;
|
||||
dx++;
|
||||
|
||||
return new int2(mapRect.X + dx, mapRect.Y + dy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user