mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 21:45:25 +00:00
- updated config.1.00.in to new config format
- put back preset url behavior git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@340 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -771,8 +771,7 @@ int projectM::initPresetTools()
|
||||
#ifdef WIN32
|
||||
srand ( time ( NULL ) );
|
||||
#endif
|
||||
|
||||
// if ( ( m_presetLoader = new PresetLoader ( PROJECTM_PRESET_PATH ) ) == 0 )
|
||||
|
||||
if ( ( m_presetLoader = new PresetLoader (std::string(presetURL))) == 0 )
|
||||
{
|
||||
m_presetLoader = 0;
|
||||
|
||||
Reference in New Issue
Block a user