mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Footsteps without view bobbing (#5645)
* Remove redundant view_bobbing setting Also fixes bug where disabling view_bobbing disables footstep sounds. * Removes redundant view_bobbing setting Setting view_bobbing amount to 0 is now the only way to turn view_bobbing on and off. Also fixed a bug where footstep sounds would not play when view_bobbing was disabled.
This commit is contained in:
parent
a7e131f53e
commit
db17225a97
39 changed files with 39 additions and 52 deletions
|
@ -171,7 +171,6 @@ void set_default_settings(Settings *settings)
|
|||
|
||||
// Effects
|
||||
settings->setDefault("directional_colored_fog", "true");
|
||||
settings->setDefault("view_bobbing", "true");
|
||||
settings->setDefault("inventory_items_animations", "false");
|
||||
settings->setDefault("mip_map", "false");
|
||||
settings->setDefault("anisotropic_filter", "false");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue