cleanup
flush cache due to beginner bugfix in alpha 16
This commit is contained in:
@@ -46,13 +46,11 @@
|
||||
|
||||
#include "LyricsLoader.h"
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
#define CACHE_DIR "Cache/"
|
||||
|
||||
const int FILE_CACHE_VERSION = 135; // increment this when Song or Steps changes to invalidate cache
|
||||
const int FILE_CACHE_VERSION = 136; // increment this when Song or Steps changes to invalidate cache
|
||||
// also increment it on the rare occasion where we split modes
|
||||
|
||||
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;
|
||||
|
||||
Reference in New Issue
Block a user