mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 01:44:22 +07:00
h
This commit is contained in:
parent
780f13be57
commit
67fc5ba15b
@ -2046,7 +2046,7 @@ public class LExecutor{
|
||||
if(positional){
|
||||
sound.sound.at(World.unconv(exec.numf(x)), World.unconv(exec.numf(y)), exec.numf(pitch), exec.numf(volume));
|
||||
}else{
|
||||
sound.sound.play(exec.numf(volume) * Core.audio.sfxVolume, exec.numf(pitch), exec.numf(pan));
|
||||
sound.sound.play(exec.numf(volume), exec.numf(pitch), exec.numf(pan));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user