From 1cd0bc3152894e1d6a5c542a02ff0348e71b3699 Mon Sep 17 00:00:00 2001 From: adiblol Date: Sat, 25 May 2013 23:18:27 +0200 Subject: Resizing is fully functional so it can be enabled by default. --- src/graphics/core/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h index 41d7796..b714358 100644 --- a/src/graphics/core/device.h +++ b/src/graphics/core/device.h @@ -72,7 +72,7 @@ struct DeviceConfig size = Math::IntPoint(800, 600); bpp = 32; fullScreen = false; - resizeable = false; + resizeable = true; doubleBuf = true; noFrame = false; } -- cgit v1.2.3-1-g7c22