Fixed not losing any health at near-zero rotation angles. Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
@@ -245,7 +245,7 @@ public class MusicController {
|
||||
public static boolean setPosition(int position) {
|
||||
return (trackExists() && position >= 0 && player.setPosition(position / 1000f));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Plays the current track.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user