diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-04 01:22:07 +0200 |
commit | 102c5e31fe75bc5c02ddb27afe69968ca8dedeed (patch) | |
tree | 8f5dffc51660b1235439d4816a9c8806891aca1a /src/main.cpp | |
parent | 24c1ea710355d83ecc06eed619642bcdaef97509 (diff) | |
download | minetest-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.cpp | 2 |
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
|