From 44eba3fdae6ed321ebc0361064458e5a937a26e9 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 12 Sep 2023 13:54:01 +0200 Subject: [PATCH] Fix missing xml comment line from #1291 --- Source/Engine/Level/Actor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Level/Actor.h b/Source/Engine/Level/Actor.h index 5d66e7a16..a1f2dc78f 100644 --- a/Source/Engine/Level/Actor.h +++ b/Source/Engine/Level/Actor.h @@ -153,6 +153,7 @@ public: /// The tag to add. API_FUNCTION() void AddTagRecursive(const Tag& tag); + /// /// Removes a tag to the actor /// /// The tag to remove.