mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-30 03:03:53 +00:00
fixed stomping of of preset duration with smooth preset duration
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@774 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -118,7 +118,7 @@ bool projectM::writeConfig(const std::string & configFile, const Settings & sett
|
||||
config.add("Window Width", settings.windowWidth);
|
||||
config.add("Window Height", settings.windowHeight);
|
||||
config.add("Smooth Preset Duration", settings.smoothPresetDuration);
|
||||
config.add("Preset Duration", settings.smoothPresetDuration);
|
||||
config.add("Preset Duration", settings.presetDuration);
|
||||
config.add("Preset Path", settings.presetURL);
|
||||
config.add("Title Font", settings.titleFontURL);
|
||||
config.add("Menu Font", settings.menuFontURL);
|
||||
|
||||
Reference in New Issue
Block a user