Skip to content

Commit

Permalink
Add Android drivers to the video_driver drop-down menu
Browse files Browse the repository at this point in the history
Adds the Android video drivers ogles1 and ogles2 to the video_drivers drop-down menu
  • Loading branch information
Wayward1 authored and sfan5 committed Jan 30, 2018
1 parent 584d00a commit cc40058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/settingtypes.txt
Expand Up @@ -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.
Expand Down

0 comments on commit cc40058

Please sign in to comment.