Skip to content
Snippets Groups Projects
Commit 10613e5c authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#58 Removed unnecessary calls for Timer in MusicUtil's methods...

parent ba1b5cd3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public class MusicUtil {
}
}
}
}, 0, SOUND_EFFECT_INTERVAL, repeatCount).run();
}, 0, SOUND_EFFECT_INTERVAL, repeatCount);
}
......@@ -100,6 +100,6 @@ public class MusicUtil {
}
}
}
}, 0, SOUND_EFFECT_INTERVAL, repeatCount).run();
}, 0, SOUND_EFFECT_INTERVAL, repeatCount);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment