mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
removed useless SMaterial parameter from mapblock
This commit is contained in:
parent
d34c19f553
commit
7701753131
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ void MapBlock::updateMesh(u32 daynight_ratio)
|
|||
|
||||
video::SMaterial material;
|
||||
material.Lighting = false;
|
||||
material.BackfaceCulling = false;
|
||||
//material.BackfaceCulling = false;
|
||||
material.setFlag(video::EMF_BILINEAR_FILTER, false);
|
||||
//material.setFlag(video::EMF_ANTI_ALIASING, video::EAAM_OFF);
|
||||
//material.setFlag(video::EMF_ANTI_ALIASING, video::EAAM_SIMPLE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue