Skip to content

Commit abfc01e

Browse files
committed
Fix new Array being converted to Array.new()
1 parent 0a76e48 commit abfc01e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/gdscript/_std/Array.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import haxe.iterators.ArrayKeyValueIterator;
44

55
@:coreApi
66
@:nativeTypeCode("Array[{type0}]")
7+
@:bindings_api_type("builtin_classes")
78
extern class Array<T> {
89
// ----------------------------
910
// Haxe String Functions

0 commit comments

Comments
 (0)