prefRotation for units

This commit is contained in:
Anuken
2020-11-08 17:50:27 -05:00
parent a35f62d181
commit cbfb703cfb
5 changed files with 29 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ public class SoundLoop{
if(id < 0){
if(play){
id = sound.loop(sound.calcVolume(x, y) * volume * baseVolume, 1f, sound.calcPan(x, y));
Log.info("playing, id = @", id);
}
}else{
//fade the sound in or out