mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-13 19:45:22 +00:00
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:
@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user