separate World and Ui LastTickTime

This commit is contained in:
Matthias Mailänder
2014-02-17 10:41:04 +01:00
parent 0c20e38443
commit 212cf93ca4
2 changed files with 17 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ namespace OpenRA.Widgets
{
public static Widget Root = new ContainerWidget();
public static int LastTickTime = Environment.TickCount;
static Stack<Widget> WindowList = new Stack<Widget>();
public static Widget MouseFocusWidget;