Wasn't streaming in GameConfig or GameObject;
Fix a compile error in FlexGameConfigurator git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@35 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// License along with this library; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
package com.threerings.parlor.game.client;
|
||||
package com.threerings.parlor.game.client {
|
||||
|
||||
import mx.core.Container;
|
||||
import mx.core.UIComponent;
|
||||
@@ -75,3 +75,4 @@ public /*abstract*/ class FlexGameConfigurator extends GameConfigurator
|
||||
/** The grid on which the config options are placed. */
|
||||
protected var _grid :Grid = new Grid();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user