call refreshPalette in the right place. make Game.worldRenderer PRIVATE (yay)

This commit is contained in:
Bob
2010-10-12 01:41:42 +13:00
parent 6ea2a06e4b
commit 4cd3195f9f
3 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRA
public static ModData modData;
public static World world;
public static WorldRenderer worldRenderer;
private static WorldRenderer worldRenderer;
public static Viewport viewport;
public static Settings Settings;