From: Perttu Ahola Date: Tue, 8 Feb 2011 09:34:31 +0000 (+0200) Subject: uh... accidentally left directX as the default in main.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=949383a2f7c0707667f76615fc748ff4879e2cc1;p=zefram%2Fminetest%2Fminetest_engine.git uh... accidentally left directX as the default in main.cpp --- diff --git a/src/main.cpp b/src/main.cpp index 74c93a70..ff24fbb8 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