Skip to content

Commit

Permalink
minor ALLOW_GHOST_IF_NO_NOTES fix (YARC-Official#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgoulart authored May 7, 2023
1 parent e0656d8 commit 8b8231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Script/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public static class Constants {
public const int EXTRA_ALLOWED_GHOSTS = 0;
public const bool ALLOW_DESC_GHOSTS = true;
public const bool ALLOW_GHOST_IF_NO_NOTES = true; // seems to allow more ghosting than it should...
public const float ALLOW_GHOST_IF_NO_NOTES_THRESHOLD = 1.5f;
public const float ALLOW_GHOST_IF_NO_NOTES_THRESHOLD = 2f; // this should solve the above
}
}

0 comments on commit 8b8231d

Please sign in to comment.