Split CachedThemeMetric into separate types (CString, int, float) to prevent ambiguous types when casting
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "RageLog.h"
|
||||
|
||||
CachedThemeMetric GR_STEP_SECONDS ("GrayArrow","StepSeconds");
|
||||
CachedThemeMetric GR_STEP_ZOOM ("GrayArrow","StepZoom");
|
||||
CachedThemeMetricF GR_STEP_SECONDS ("GrayArrow","StepSeconds");
|
||||
CachedThemeMetricF GR_STEP_ZOOM ("GrayArrow","StepZoom");
|
||||
|
||||
|
||||
GrayArrow::GrayArrow()
|
||||
|
||||
Reference in New Issue
Block a user