mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix some rendering glitches
- Fixes particle draworder - Fixes nodehighlighting
This commit is contained in:
parent
365e4ae0fa
commit
36e8ba9ce2
3 changed files with 61 additions and 65 deletions
|
@ -116,6 +116,7 @@ bool ClientLauncher::run(GameParams &game_params, const Settings &cmd_args)
|
|||
input = new RealInputHandler(device, receiver);
|
||||
|
||||
smgr = device->getSceneManager();
|
||||
smgr->getParameters()->setAttribute(scene::ALLOW_ZWRITE_ON_TRANSPARENT, true);
|
||||
|
||||
guienv = device->getGUIEnvironment();
|
||||
skin = guienv->getSkin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue