mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix rain sound failure when moving very fast
This commit is contained in:
parent
3df64d9426
commit
bbb6900d4a
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ mcl_weather.rain = {
|
|||
|
||||
mcl_weather.rain.sound_handler = function(player)
|
||||
return minetest.sound_play("weather_rain", {
|
||||
object = player,
|
||||
max_hear_distance = 2,
|
||||
to_player = player,
|
||||
loop = true,
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue