diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs index 21d9ada127..a28230636f 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs @@ -161,7 +161,7 @@ namespace Godot public override int GetHashCode() { - return NativeValue.GetHashCode(); + return NativeValue.DangerousSelfRef.GetHashCode(); } } }