slight adjustment stippling and layers view

This commit is contained in:
brunoherbelin
2020-06-06 00:27:07 +02:00
parent b287949b4a
commit 000728b708
5 changed files with 22 additions and 10 deletions

View File

@@ -219,7 +219,7 @@ Source * Mixer::createSourceFile(std::string path)
// test type of file by extension
std::string ext = SystemToolkit::extension_filename(path);
if ( ext == "vmx" )
if ( ext == "mix" )
{
// create a session source
SessionSource *ss = new SessionSource();