Changed song reset method
This commit is contained in:
parent
997b933fc5
commit
5c37d7f157
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class Song {
|
|||
public void reset() {
|
||||
paused = true;
|
||||
setTime(0);
|
||||
loopCount = 0;
|
||||
currentLoop = 0;
|
||||
}
|
||||
|
||||
public void setTime(long t) {
|
||||
|
|
Loading…
Reference in a new issue