Nth time's the charm.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4672 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -302,7 +302,7 @@ public class GenActionScriptTask extends Task
|
|||||||
|
|
||||||
} else if (type.isArray()) {
|
} else if (type.isArray()) {
|
||||||
if (Byte.TYPE.equals(type.getComponentType())) {
|
if (Byte.TYPE.equals(type.getComponentType())) {
|
||||||
return "(ins.readField() as ByteArray)";
|
return "(ins.readField(ByteArray) as ByteArray)";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return "(ins.readObject() as TypedArray)";
|
return "(ins.readObject() as TypedArray)";
|
||||||
|
|||||||
Reference in New Issue
Block a user