mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 04:37:14 -05:00
fix comment
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user