Skip to content

Commit

Permalink
Remove unneded s_needs_flushing_gameobjects_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Jul 6, 2023
1 parent 61170fb commit c8c0ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supertux/game_object_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ GameObjectManager::this_before_object_remove(GameObject& object)
auto it = std::find(vec.begin(), vec.end(), &object);
assert(it != vec.end());
vec.erase(it);
s_needs_flushing_gameobjects_removed = true;
}
}

Expand Down

0 comments on commit c8c0ce3

Please sign in to comment.