Fis stray break statement when checking for a legacy tempo map
This could result in legacy sessions not being identified correctly and loading with end tempi of -1.0.
This commit is contained in:
@@ -4616,8 +4616,6 @@ TempoMap::set_state (const XMLNode& node, int /*version*/)
|
||||
fix_legacy_end_session();
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user