diff --git a/aslib/pom.xml b/aslib/pom.xml index b7960f92..54fbcd41 100644 --- a/aslib/pom.xml +++ b/aslib/pom.xml @@ -13,8 +13,12 @@ - ooo-public - http://ooo-maven.googlecode.com/hg/repository + flex-mojos-repository + http://repository.sonatype.org/content/groups/flexgroup + + + ooo-maven-repo + https://raw.githubusercontent.com/threerings/maven-repo/master/repository @@ -25,8 +29,8 @@ com.threerings - aspirin - 1.9 + naryalib + ${narya.version} swc @@ -35,18 +39,10 @@ 2.6-M3 swc - - com.threerings - naryalib - ${narya.version} - swc - - - as3isolib - as3isolib-fp9 - r298 + as3isolib-fp10 + r314 swc diff --git a/aslib/src/main/as/com/threerings/miso/client/PrioritizedSceneLayoutRenderer.as b/aslib/src/main/as/com/threerings/miso/client/PrioritizedSceneLayoutRenderer.as index e754ab6e..ac92dc7d 100644 --- a/aslib/src/main/as/com/threerings/miso/client/PrioritizedSceneLayoutRenderer.as +++ b/aslib/src/main/as/com/threerings/miso/client/PrioritizedSceneLayoutRenderer.as @@ -127,6 +127,13 @@ public class PrioritizedSceneLayoutRenderer //trace("scene layout render time", getTimer() - startTime, "ms (manual sort)"); } + /** Not used. */ + public function get collisionDetection () :Function { + return null; + } + public function set collisionDetection (fn :Function) :void { + } + /** * Adds the front-to-back dependency to our map of all such dependencies. */ @@ -173,4 +180,4 @@ public class PrioritizedSceneLayoutRenderer * the objects that should be rendered behind (and therefore before) it. */ protected var _dependencies :Dictionary; } -} \ No newline at end of file +}