Missed a return path which should set a variable to false. Fixes bug #19369.
This commit is contained in:
parent
80e8d6a44f
commit
5e4c706754
1 changed files with 1 additions and 0 deletions
|
@ -916,6 +916,7 @@ bool manager::execute_all_actions()
|
|||
if(viewer_actions()->empty() || viewer_actions()->turn_size(0) == 0)
|
||||
{
|
||||
//No actions to execute, job done.
|
||||
executing_all_actions_ = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue