Resizing is fully functional so it can be enabled by default.
parent
f90a4b48f5
commit
1cd0bc3152
|
@ -72,7 +72,7 @@ struct DeviceConfig
|
||||||
size = Math::IntPoint(800, 600);
|
size = Math::IntPoint(800, 600);
|
||||||
bpp = 32;
|
bpp = 32;
|
||||||
fullScreen = false;
|
fullScreen = false;
|
||||||
resizeable = false;
|
resizeable = true;
|
||||||
doubleBuf = true;
|
doubleBuf = true;
|
||||||
noFrame = false;
|
noFrame = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue