Remove half-baked thread-safety mechanisms from Sheet.
Sheet is now thread-unsafe, rather than attempting to expose a dodgy thread safety model.
This commit is contained in:
@@ -216,7 +216,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
dirtyShroudCells.Clear();
|
||||
}
|
||||
|
||||
radarSheet.CommitData();
|
||||
radarSheet.CommitBufferedData();
|
||||
|
||||
var o = new float2(mapRect.Location.X, mapRect.Location.Y + world.Map.Bounds.Height * previewScale * (1 - radarMinimapHeight) / 2);
|
||||
var s = new float2(mapRect.Size.Width, mapRect.Size.Height * radarMinimapHeight);
|
||||
|
||||
Reference in New Issue
Block a user