Skip to content

Commit

Permalink
Initialize threadsNeedCleanUp (#2503)
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly authored and iche033 committed Aug 2, 2024
1 parent fb25971 commit 67cf543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimulationRunner.hh
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ namespace ignition
private: std::unique_ptr<msgs::WorldControlState> newWorldControlState;

/// \brief Set if we need to remove systems due to entity removal
private: bool threadsNeedCleanUp;
private: bool threadsNeedCleanUp{false};

friend class LevelManager;
};
Expand Down

0 comments on commit 67cf543

Please sign in to comment.