attempt to fix no cursortrail at start of slow maps (close #73)

This commit is contained in:
yugecin 2016-12-11 13:43:28 +01:00
parent 15e3d46272
commit c1a07feee4

View File

@ -1541,6 +1541,10 @@ public class Game extends BasicGameState {
}
}
// kickstart cursor trail
UI.getCursor().setCursorPosition(-10000, -10000);
UI.getCursor().setCursorPosition(0, 0);
slidercurveFrom = 0;
slidercurveTo = 0;