Skip to content

Commit

Permalink
added more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Givikap120 committed Sep 26, 2024
1 parent baeef4c commit d73d65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osu.Game.Rulesets.Osu/Difficulty/OsuDifficultyCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public class OsuDifficultyCalculator : DifficultyCalculator
// default pp+ is all values are set to false

// Fix category
public const bool ENABLE_FIRST_SPEED_NOTE_FIX = true;
public const bool ENABLE_FIRST_SPEED_NOTE_FIX = true; // Makes low SR maps to be calculated correctly
public const bool ENABLE_LAZER_SUPPORT = true; // Slideracc and no misscount estimation on lazer scores if Effective Miss Count enabled
public const bool ENABLE_EFFECTIVE_MISS_COUNT = true; // warning - always set this to true when using CSR
public const bool DISABLE_300BPM_SPEED_LIMIT = true;
public const bool ENABLE_EFFECTIVE_MISS_COUNT = true; // Punishing sliderbreaks as misses. Warning - always set this to true when using CSR
public const bool DISABLE_300BPM_SPEED_LIMIT = true; // Buffs Ivaxa Deceit DT in 2 times

// Balance category
public const bool ENABLE_CSR = true; // Combo Scaling Removal
Expand Down

0 comments on commit d73d65c

Please sign in to comment.