what a hack, but the cursors work and the terrain doesnt break anymore
This commit is contained in:
@@ -25,6 +25,12 @@ namespace OpenRa.Game.Graphics
|
||||
return Add(data, size);
|
||||
}
|
||||
|
||||
public static void ForceNewSheet()
|
||||
{
|
||||
current = NewSheet();
|
||||
channel = NextChannel(null);
|
||||
}
|
||||
|
||||
static Sheet NewSheet() { return new Sheet(renderer, new Size(512, 512)); }
|
||||
|
||||
static Renderer renderer;
|
||||
|
||||
Reference in New Issue
Block a user