mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Client: Disable node specular shader effect (#16113)
This feature needs a proper API integration to result in a correct in-game appearance. See #15898 for details. This is a band-aid solution for the 5.12.0 release.
This commit is contained in:
parent
d11d90fb8d
commit
3020c192b2
3 changed files with 3 additions and 7 deletions
|
@ -340,7 +340,6 @@ void set_default_settings()
|
|||
settings->setDefault("enable_volumetric_lighting", "false");
|
||||
settings->setDefault("enable_water_reflections", "false");
|
||||
settings->setDefault("enable_translucent_foliage", "false");
|
||||
settings->setDefault("enable_node_specular", "false");
|
||||
|
||||
// Effects Shadows
|
||||
settings->setDefault("enable_dynamic_shadows", "false");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue