From 102c5e31fe75bc5c02ddb27afe69968ca8dedeed Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 4 Feb 2011 01:22:07 +0200 Subject: all kinds of tweaking and fixing --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 728de2800..57ebfce1a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1675,7 +1675,7 @@ int main(int argc, char *argv[]) driverType = video::EDT_OPENGL; #else driverType = video::EDT_OPENGL; - //driverType = video::EDT_BURNINGSVIDEO; + //driverType = video::EDT_BURNINGSVIDEO; // Best software renderer #endif // create device and exit if creation failed -- cgit v1.2.3