it runs, but with a black screen. qt now allows loading of .so files.

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/represet@1168 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-09-19 01:35:32 +00:00
parent 72bd64834d
commit 369627fa6d
6 changed files with 9 additions and 13 deletions

View File

@ -524,6 +524,8 @@ int projectM::initPresetTools(int gx, int gy)
m_activePreset = m_presetLoader->loadPreset
("idle://Geiss & Sperl - Feedback (projectM idle HDR mix).milk");
renderer->SetPipeline(m_activePreset->pipeline());
// Case where no valid presets exist in directory. Could also mean
// playlist initialization was deferred
if ( m_presetChooser->empty() )