Fix arg name

This commit is contained in:
Wojtek Figat
2023-06-18 18:36:58 +02:00
parent 3b642c0370
commit dd8817582a
2 changed files with 4 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ public:
/// <summary>
/// Tries to find the object by the given class.
/// </summary>
/// <param name="type">The type of the object to find.</param>
/// <returns>The found object or null if missing.</returns>
static ScriptingObject* TryFindObject(MClass* type);