mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00: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:
parent
5280863300
commit
09d542dfe0
4 changed files with 7 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue