attempt to fix no cursortrail at start of slow maps (close #73)
This commit is contained in:
parent
15e3d46272
commit
c1a07feee4
|
@ -1541,6 +1541,10 @@ public class Game extends BasicGameState {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// kickstart cursor trail
|
||||||
|
UI.getCursor().setCursorPosition(-10000, -10000);
|
||||||
|
UI.getCursor().setCursorPosition(0, 0);
|
||||||
|
|
||||||
slidercurveFrom = 0;
|
slidercurveFrom = 0;
|
||||||
slidercurveTo = 0;
|
slidercurveTo = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user