diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/StringName.cs index 21d9ada1272..a28230636fd 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(); } } }