mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Fix rain sound failure when moving very fast
This commit is contained in:
parent
3df64d9426
commit
bbb6900d4a
@ -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 New Issue
Block a user