13
0

actually load new state after creating a session.

This commit is contained in:
nick_m 2013-09-18 02:02:31 +10:00
parent 1740bbb966
commit 914ba475de

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