first buildable implementation of a render item object optimal matching algorithm.

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/represet@1207 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2009-02-18 09:31:41 +00:00
parent 92f282a9bb
commit cf83c16e3e
14 changed files with 269 additions and 23 deletions

View File

@ -139,7 +139,7 @@ std::auto_ptr<Preset> PresetLoader::loadPreset ( unsigned int index ) const
return _presetFactoryManager.factory(extension).allocate
( _entries[index], _presetNames[index] );
}