mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-18 21:35:25 +00:00
wrote simple mod to exclude user defined parameters from ever being re-initialized to a constant per frame
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@409 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -63,8 +63,7 @@ Preset::Preset(const std::string & filename, const PresetInputs & presetInputs,
|
||||
|
||||
m_presetOutputs.customWaves.clear();
|
||||
m_presetOutputs.customShapes.clear();
|
||||
clearMeshChecks();
|
||||
|
||||
|
||||
initialize(filename);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user