proper handling of dirty sheets (about 2 years overdue)

This commit is contained in:
Chris Forbes
2010-03-17 22:32:12 +13:00
parent cbf11c3559
commit d37a59d1c9
3 changed files with 11 additions and 9 deletions

View File

@@ -53,8 +53,6 @@ namespace OpenRA
sprites = new Sprite[map.MapSize, map.MapSize];
gapField = new int[map.MapSize, map.MapSize];
gapActive = new bool[map.MapSize, map.MapSize];
shadowBits[0].sheet.Texture.SetData(shadowBits[0].sheet.Bitmap); // HACK
}
public bool HasGPS