Skip to content

Commit

Permalink
AMF3: Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed May 21, 2024
1 parent 0d77177 commit 534ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openfl/utils/_internal/format/amf3/AMF3Tools.hx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class AMF3Tools
}
else
{
var v = new Vector<Dynamic>(a.length, fixed);
var v = new Vector<{}>(a.length, fixed);
for (i in 0...a.length)
{
v[i] = unwrapValue(a[i], parent);
Expand Down

0 comments on commit 534ddfe

Please sign in to comment.