[BPMDisplay] Add CourseCycleSpeed metric.

This commit is contained in:
AJ Kelly
2011-05-19 03:48:46 -05:00
parent 98eab22987
commit d6546caaa6
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -82,6 +82,7 @@ protected:
ThemeMetric<bool> SHOW_QMARKS;
/** @brief How often the random BPMs cycle themselves. */
ThemeMetric<float> RANDOM_CYCLE_SPEED;
ThemeMetric<float> COURSE_CYCLE_SPEED;
/** @brief The text used to separate the low and high BPMs. */
ThemeMetric<RString> SEPARATOR;
/** @brief The text used when there is no BPM. */