diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2016-02-22 04:26:32 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-02-26 00:51:01 +0000 |
commit | f9d727764fc9c74990fc979d4966a33882d0c19b (patch) | |
tree | 3b64e5b69de34576c0cb2489ddd79ddad87474a9 /builtin/settingtypes.txt | |
parent | 8eb7ddb0a2f03ae514a96191f6edba9333ba2423 (diff) | |
download | minetest-f9d727764fc9c74990fc979d4966a33882d0c19b.tar.gz minetest-f9d727764fc9c74990fc979d4966a33882d0c19b.tar.bz2 minetest-f9d727764fc9c74990fc979d4966a33882d0c19b.zip |
Mapblock mesh: Allow to use VBO
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 003a6685e..493cedd68 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -252,6 +252,9 @@ serverlist_file (Serverlist file) string favoriteservers.txt [***Basic] +# Enable VBO +enable_vbo (VBO) bool true + # Whether to fog out the end of the visible area. enable_fog (Fog) bool true |