some of a glfw window
This commit is contained in:
@@ -47,7 +47,8 @@ namespace OpenRa
|
||||
|
||||
static void Run( string[] args )
|
||||
{
|
||||
new MainWindow( new Settings( args ) ).Run();
|
||||
Game.PreInit( new Settings( args ) );
|
||||
Game.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@ using System.Text.RegularExpressions;
|
||||
|
||||
namespace OpenRa
|
||||
{
|
||||
class Settings
|
||||
public class Settings
|
||||
{
|
||||
Dictionary<string, string> settings = new Dictionary<string, string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user