Skip to content

Commit aeb3f45

Browse files
committed
this doesn't belong in this branch
1 parent af2e10b commit aeb3f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projectM-sdl/projectM_SDL_main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ 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";
132-
settings.presetURL = base_path + "presets/presets_shader_test";
131+
settings.presetURL = base_path + "presets";
132+
// settings.presetURL = base_path + "presets/presets_shader_test";
133133
settings.menuFontURL = base_path + "fonts/Vera.ttf";
134134
settings.titleFontURL = base_path + "fonts/Vera.ttf";
135135
// init with settings

0 commit comments

Comments
 (0)