Fix missing xml comment line from #1291

This commit is contained in:
Wojtek Figat
2023-09-12 13:54:01 +02:00
parent a9c8a76f87
commit 44eba3fdae

View File

@@ -153,6 +153,7 @@ public:
/// <param name="tag">The tag to add.</param>
API_FUNCTION() void AddTagRecursive(const Tag& tag);
/// <summary>
/// Removes a tag to the actor
/// </summary>
/// <param name="tag">The tag to remove.</param>