From shakesoda's fork: 24 steps now, not 56.
The reasoning makes sense: easier charts. Maybe this should become a more flexible value based on the difficulty in the future.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public:
|
|||||||
static void GetSyncChangeTextSong( vector<RString> &vsAddTo );
|
static void GetSyncChangeTextSong( vector<RString> &vsAddTo );
|
||||||
|
|
||||||
/** @brief The minimum number of steps to hit for syncing purposes. */
|
/** @brief The minimum number of steps to hit for syncing purposes. */
|
||||||
static const int OFFSET_SAMPLE_COUNT = 56;
|
static const int OFFSET_SAMPLE_COUNT = 24;
|
||||||
|
|
||||||
static float s_fAutosyncOffset[OFFSET_SAMPLE_COUNT];
|
static float s_fAutosyncOffset[OFFSET_SAMPLE_COUNT];
|
||||||
static int s_iAutosyncOffsetSample;
|
static int s_iAutosyncOffsetSample;
|
||||||
|
|||||||
Reference in New Issue
Block a user