some of a glfw window

This commit is contained in:
Bob
2010-02-17 23:23:07 +13:00
parent e6120238c7
commit 5637b0dc43
7 changed files with 239 additions and 149 deletions

View File

@@ -47,7 +47,8 @@ namespace OpenRa
static void Run( string[] args )
{
new MainWindow( new Settings( args ) ).Run();
Game.PreInit( new Settings( args ) );
Game.Run();
}
}
}