mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" setting
* Increase performance (client) * Avoid changing a global value to solve a local problem
This commit is contained in:
parent
cfca5f99e6
commit
d25ff8fd25
6 changed files with 13 additions and 16 deletions
|
@ -45,8 +45,9 @@ struct MeshMakeData
|
|||
video::SColor m_highlight_mesh_color;
|
||||
|
||||
IGameDef *m_gamedef;
|
||||
bool m_use_shaders;
|
||||
|
||||
MeshMakeData(IGameDef *gamedef);
|
||||
MeshMakeData(IGameDef *gamedef, bool use_shaders);
|
||||
|
||||
/*
|
||||
Copy central data directly from block, and other data from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue