resizeable window

This commit is contained in:
Gered 2013-08-25 13:22:59 -04:00
parent d3e771525b
commit 247137383d

View file

@ -9,6 +9,7 @@ namespace Game.SDL2
{
var config = new SDLConfiguration();
config.Title = "Test Game";
config.Resizeable = true;
var app = new SDLApplication();
app.Run(new GameApp(), config);