summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-04 01:22:07 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-04 01:22:07 +0200
commit102c5e31fe75bc5c02ddb27afe69968ca8dedeed (patch)
tree8f5dffc51660b1235439d4816a9c8806891aca1a /src/main.cpp
parent24c1ea710355d83ecc06eed619642bcdaef97509 (diff)
downloadminetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.gz
minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.tar.bz2
minetest-102c5e31fe75bc5c02ddb27afe69968ca8dedeed.zip
all kinds of tweaking and fixing
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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