summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-08 11:34:31 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-08 11:34:31 +0200
commit949383a2f7c0707667f76615fc748ff4879e2cc1 (patch)
tree03e1a1a90640c02c46f040f79e53d8d611834a6c /src
parentb0971f4459fd37813dd4779f2ddaf9b38cf5f776 (diff)
downloadminetest-949383a2f7c0707667f76615fc748ff4879e2cc1.tar.gz
minetest-949383a2f7c0707667f76615fc748ff4879e2cc1.tar.bz2
minetest-949383a2f7c0707667f76615fc748ff4879e2cc1.zip
uh... accidentally left directX as the default in main.cpp
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files 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