Skip to content

Commit 9e31974

Browse files
update song cache and calc
1 parent 879cf79 commit 9e31974

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extern/MinaCalc/MinaCalc.lib

112 Bytes
Binary file not shown.

src/Song.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @brief The internal version of the cache for StepMania.
4848
*
4949
* Increment this value to invalidate the current cache. */
50-
const int FILE_CACHE_VERSION = 236;
50+
const int FILE_CACHE_VERSION = 237;
5151

5252
/** @brief How long does a song sample last by default? */
5353
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 25.f;

0 commit comments

Comments
 (0)