13
0

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:
nick_m 2017-07-21 23:48:06 +10:00
parent 2925fd52e5
commit e4e3c10a90

View File

@ -4616,8 +4616,6 @@ TempoMap::set_state (const XMLNode& node, int /*version*/)
fix_legacy_end_session();
break;
}
break;
}
}