fix comment

This commit is contained in:
WarmUpTill
2020-11-02 19:06:51 +01:00
parent bf30a058ee
commit 8eb99a3fde

View File

@@ -31,7 +31,7 @@ void AdvSceneSwitcher::on_sceneSequenceRemove_clicked()
{
// might be in waiting state of sequence
// causing invalid access to after wakeup
// causing invalid access after wakeup
// thus we need to stop the main thread before delete
bool wasRunning = !switcher->stop;
switcher->Stop();
@@ -130,7 +130,7 @@ void AdvSceneSwitcher::on_sceneSequenceLoad_clicked()
}
// might be in waiting state of sequence
// causing invalid access to after wakeup
// causing invalid access after wakeup
// thus we need to stop the main thread before delete
bool wasRunning = !switcher->stop;
switcher->Stop();