Skip to content

Commit a39d289

Browse files
committed
Fix DoNot... system comments
1 parent 96b9f8a commit a39d289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/ecsm.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1094,12 +1094,12 @@ class DoNotDestroySystem : public ComponentSystem<DoNotDestroyComponent, false>,
10941094
{
10951095
protected:
10961096
/**
1097-
* @brief Creates a new do not duplicate system instance.
1097+
* @brief Creates a new do not destroy system instance.
10981098
* @param setSingleton set system singleton instance
10991099
*/
11001100
DoNotDestroySystem(bool setSingleton = true);
11011101
/**
1102-
* @brief Destroys baked transformer system instance.
1102+
* @brief Destroys do not destroy system instance.
11031103
*/
11041104
~DoNotDestroySystem() override;
11051105

@@ -1126,7 +1126,7 @@ class DoNotDuplicateSystem : public ComponentSystem<DoNotDuplicateComponent, fal
11261126
*/
11271127
DoNotDuplicateSystem(bool setSingleton = true);
11281128
/**
1129-
* @brief Destroys baked transformer system instance.
1129+
* @brief Destroys do not duplicate system instance.
11301130
*/
11311131
~DoNotDuplicateSystem() override;
11321132

0 commit comments

Comments
 (0)