git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@32 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2006-07-29 01:10:22 +00:00
parent de896d967c
commit ed0c4fd3f4
4 changed files with 19 additions and 26 deletions
@@ -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.