Changed song reset method

This commit is contained in:
hhhzzzsss 2023-06-14 17:59:24 -05:00
parent 997b933fc5
commit 5c37d7f157

View file

@ -58,7 +58,7 @@ public class Song {
public void reset() { public void reset() {
paused = true; paused = true;
setTime(0); setTime(0);
loopCount = 0; currentLoop = 0;
} }
public void setTime(long t) { public void setTime(long t) {