Skip to content

Commit

Permalink
raise the limit to the number of diffs you can have
Browse files Browse the repository at this point in the history
(because i have files with 18 diffs on them and it crashed hahaha)
  • Loading branch information
poco0317 committed Dec 1, 2018
1 parent e0ef8ea commit 471e805
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/DifficultyList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
/** @brief Specifies the max number of charts available for a song.
*
* This includes autogenned charts. */
#define MAX_METERS 12 // kinda restrictive but im also as lazy as sm5 devs -mina
// reasonable limit to chart amount. if someone consistently crashes when
// scrolling on a chart that has 25 diffs, THIS IS WHY
// (this is a hardcoded value to optimize stepstype hover or something) -poco
#define MAX_METERS 24

REGISTER_ACTOR_CLASS(StepsDisplayList);

Expand Down

0 comments on commit 471e805

Please sign in to comment.