Skip to content

Commit 3b1ef08

Browse files
committed
load from correct presets dir
1 parent 1a32b44 commit 3b1ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projectM-sdl/projectM_SDL_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
128128
settings.softCutRatingsEnabled = 1; // ???
129129
// get path to our app, use CWD for presets/fonts/etc
130130
std::string base_path = SDL_GetBasePath();
131-
settings.presetURL = base_path + "presets/presets_tryptonaut";
131+
settings.presetURL = base_path + "presets";
132132
settings.menuFontURL = base_path + "fonts/Vera.ttf";
133133
settings.titleFontURL = base_path + "fonts/Vera.ttf";
134134
// init with settings

0 commit comments

Comments
 (0)