Skip to content

Commit

Permalink
Oops, lets not break everything, part 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Mar 19, 2017
1 parent 59cb6d6 commit c940c97
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions engine/sim/sc_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2532,15 +2532,10 @@ bool sim_t::iterate()
if ( ! canceled )
{
current_index = work_queue -> pop();
more_work = work_queue -> more_work();

if ( ! single_actor_batch )
if ( single_actor_batch )
{
more_work = current_index == 0;
}
else
{
more_work = work_queue -> more_work();

if ( current_index != old_active && more_work )
{
if ( ! parent )
Expand Down

0 comments on commit c940c97

Please sign in to comment.