13
0
This commit is contained in:
Paul Davis 2013-09-20 15:21:14 -04:00
commit eb3cc04eff

View File

@ -276,6 +276,10 @@ Session::Session (AudioEngine &eng,
throw failed_constructor ();
}
if (load_state (_current_snapshot_name)) {
throw failed_constructor ();
}
} else {
if (load_state (_current_snapshot_name)) {