diff options
author | Wayward One <calmthefirewithin@gmail.com> | 2018-01-21 15:41:04 -0500 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2018-01-30 21:11:47 +0100 |
commit | cc400581e286747812736c0dc0383b6fca9e7e41 (patch) | |
tree | d55e036bb98ae8394abc41b9438916cad8247f6b /builtin/settingtypes.txt | |
parent | 584d00a01c4bcd359cc3e585dbcab5cada662348 (diff) | |
download | minetest-cc400581e286747812736c0dc0383b6fca9e7e41.tar.gz minetest-cc400581e286747812736c0dc0383b6fca9e7e41.tar.bz2 minetest-cc400581e286747812736c0dc0383b6fca9e7e41.zip |
Add Android drivers to the video_driver drop-down menu
Adds the Android video drivers ogles1 and ogles2 to the video_drivers drop-down menu
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index e5b397f26..de7a3dda2 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -593,7 +593,7 @@ lighting_boost_spread (Light curve mid boost spread) float 0.2 0.0 1.0 texture_path (Texture path) path # The rendering back-end for Irrlicht. -video_driver (Video driver) enum opengl null,software,burningsvideo,direct3d8,direct3d9,opengl +video_driver (Video driver) enum opengl null,software,burningsvideo,direct3d8,direct3d9,opengl,ogles1,ogles2 # Radius of cloud area stated in number of 64 node cloud squares. # Values larger than 26 will start to produce sharp cutoffs at cloud area corners. |