Skip to content

Commit

Permalink
update song cache and calc
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 3, 2017
1 parent 879cf79 commit 9e31974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified extern/MinaCalc/MinaCalc.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 236;
const int FILE_CACHE_VERSION = 237;

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

0 comments on commit 9e31974

Please sign in to comment.