Use TypedArray for array fields when converting a Streamable into ActionScript.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4402 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -249,7 +249,7 @@ public class ActionScriptSource
|
|||||||
public static String toActionScriptType (Class type)
|
public static String toActionScriptType (Class type)
|
||||||
{
|
{
|
||||||
if (type.isArray()) {
|
if (type.isArray()) {
|
||||||
return "Array";
|
return "TypedArray";
|
||||||
}
|
}
|
||||||
|
|
||||||
String tname = type.getName();
|
String tname = type.getName();
|
||||||
|
|||||||
Reference in New Issue
Block a user