Skip to content

Commit

Permalink
mitvhi interval end must be called before pmod sets
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 24, 2020
1 parent 829982a commit d3115c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Etterna/Globals/MinaCalc/Ulbu.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,17 @@ struct TheGreatBazoinkazoinkInTheSky

inline void handle_dependent_interval_end(const int& itv)
{
/* this calls itvhi's interval end, which is what updates the hand
* counts, so this _must_ be called before anything else */
_mitvhi.interval_end();

// run pattern mod generation for hand dependent mods
set_dependent_pmods(itv);

// run sequenced base difficulty generation, base diff is always hand
// dependent so we do it in this loop
set_sequenced_base_diffs(itv);

_mitvhi.interval_end();
_diffz.interval_end();
}

Expand Down

0 comments on commit d3115c5

Please sign in to comment.