do cursortrail kickoff offscreen

This commit is contained in:
yugecin 2016-12-11 19:19:54 +01:00
parent 5af1facbbe
commit dce918208b

View File

@ -331,7 +331,7 @@ public class Cursor {
trail.clear();
if (MusicController.getBeatmap() != null) {
setCursorPosition(-1000, -1000);
setCursorPosition(0, 0);
setCursorPosition(-50, -50);
}
}