From 949383a2f7c0707667f76615fc748ff4879e2cc1 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 8 Feb 2011 11:34:31 +0200 Subject: [PATCH] uh... accidentally left directX as the default in main.cpp --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 74c93a707..ff24fbb87 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1624,8 +1624,8 @@ int main(int argc, char *argv[]) video::E_DRIVER_TYPE driverType; #ifdef _WIN32 - driverType = video::EDT_DIRECT3D9; - //driverType = video::EDT_OPENGL; + //driverType = video::EDT_DIRECT3D9; + driverType = video::EDT_OPENGL; #else driverType = video::EDT_OPENGL; //driverType = video::EDT_BURNINGSVIDEO; // Best software renderer