Cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@32 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -54,8 +54,7 @@ public class SceneModel
|
||||
public var version :int;
|
||||
|
||||
/** Auxiliary scene model information. */
|
||||
public var auxModels :TypedArray =
|
||||
new TypedArray("[Lcom.threerings.whirled.data.AuxModel;");
|
||||
public var auxModels :TypedArray = TypedArray.create(AuxModel);
|
||||
|
||||
/**
|
||||
* Adds the specified auxiliary model to this scene model.
|
||||
|
||||
Reference in New Issue
Block a user