Added an option to disable follow points.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-03-18 23:23:34 -04:00
parent ad5379b8f0
commit 5061b45f84
3 changed files with 15 additions and 0 deletions

View File

@@ -1195,6 +1195,8 @@ public class Game extends BasicGameState {
stack.add(index);
// draw follow points
if (!Options.isFollowPointEnabled())
continue;
if (osu.objects[index].isSpinner()) {
lastObjectIndex = -1;
continue;