mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-13 22:15:39 +00:00
this doesn't belong in this branch
This commit is contained in:
@ -128,8 +128,8 @@ int main(int argc, char *argv[]) {
|
||||
settings.softCutRatingsEnabled = 1; // ???
|
||||
// get path to our app, use CWD for presets/fonts/etc
|
||||
std::string base_path = SDL_GetBasePath();
|
||||
// settings.presetURL = base_path + "presets/presets_tryptonaut";
|
||||
settings.presetURL = base_path + "presets/presets_shader_test";
|
||||
settings.presetURL = base_path + "presets";
|
||||
// settings.presetURL = base_path + "presets/presets_shader_test";
|
||||
settings.menuFontURL = base_path + "fonts/Vera.ttf";
|
||||
settings.titleFontURL = base_path + "fonts/Vera.ttf";
|
||||
// init with settings
|
||||
|
||||
Reference in New Issue
Block a user