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

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)) {