Fix MClass::GetNamespace typo that returned name instead

This commit is contained in:
Wojtek Figat
2025-07-31 20:02:42 +02:00
parent a8b9211c32
commit 4aa2676084

View File

@@ -91,7 +91,7 @@ public:
/// </summary>
FORCE_INLINE StringAnsiView GetNamespace() const
{
return _name;
return _namespace;
}
#if USE_MONO