diff --git a/src/Physics/ShapedObjectGroup.h b/src/Physics/ShapedObjectGroup.h index 7654a1286..acd5fb96a 100644 --- a/src/Physics/ShapedObjectGroup.h +++ b/src/Physics/ShapedObjectGroup.h @@ -40,6 +40,13 @@ template class PHYSICS_EXPORT ShapedObjectGroup { friend class ShapedObject; public: + /** + * @brief Constructor + * + * Marks the group as dirty. + */ + inline constexpr ShapedObjectGroup(): dirty(true) {} + /** * @brief Destructor *