Skip to content

Commit 34824fa

Browse files
committed
AS3ExternsGenerator: update
1 parent 94f8d67 commit 34824fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/AS3ExternsGenerator.hx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class AS3ExternsGenerator {
3131
"Bool" => "Boolean",
3232
"Dynamic" => "*",
3333
"Float" => "Number",
34-
"Int" => "uint",
35-
"UInt" => "number",
34+
"Int" => "int",
35+
"UInt" => "uint",
3636
"Void" => "void"
3737
];
3838

0 commit comments

Comments
 (0)