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:
parent
2925fd52e5
commit
e4e3c10a90
@ -4616,8 +4616,6 @@ TempoMap::set_state (const XMLNode& node, int /*version*/)
|
|||||||
fix_legacy_end_session();
|
fix_legacy_end_session();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user