Merge pull request #68253 from dzil123/fix_array_shuffle

Fix c# Array.Shuffle incorrect mono bindings
This commit is contained in:
Ignacio Roldán Etcheverry 2022-11-04 23:54:53 +01:00 committed by GitHub
commit ec521a405a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,7 @@ namespace Godot.NativeInterop
public static partial Error godotsharp_array_resize(ref godot_array p_self, int p_new_size);
public static partial Error godotsharp_array_shuffle(ref godot_array p_self);
public static partial void godotsharp_array_shuffle(ref godot_array p_self);
public static partial void godotsharp_array_to_string(ref godot_array p_self, out godot_string r_str);