mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed Session Render Source (self-referenced session, not global).
This commit is contained in:
@@ -256,7 +256,7 @@ Source * Mixer::createSourceFile(std::string path)
|
||||
Source * Mixer::createSourceRender()
|
||||
{
|
||||
// ready to create a source
|
||||
RenderSource *s = new RenderSource;
|
||||
RenderSource *s = new RenderSource(session_);
|
||||
|
||||
// propose a new name based on session name
|
||||
renameSource(s, SystemToolkit::base_filename(session_->filename()));
|
||||
|
||||
Reference in New Issue
Block a user