1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Drop enable_vbo setting

Consistently applying this setting requires some code work,
because Irrlicht does not provide a global toggle.
At the same time I don't see any reason for someone to disable this.
This commit is contained in:
sfan5
2024-02-19 15:43:33 +01:00
parent 5280863300
commit 09d542dfe0
4 changed files with 7 additions and 17 deletions

View File

@ -250,7 +250,6 @@ private:
v3f m_bounding_sphere_center;
bool m_enable_shaders;
bool m_enable_vbo;
// Must animate() be called before rendering?
bool m_has_animation;