Resizing is fully functional so it can be enabled by default.

dev-ui
adiblol 2013-05-25 23:18:27 +02:00
parent f90a4b48f5
commit 1cd0bc3152
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct DeviceConfig
size = Math::IntPoint(800, 600);
bpp = 32;
fullScreen = false;
resizeable = false;
resizeable = true;
doubleBuf = true;
noFrame = false;
}