Inherit aspirin &c from nenyalib; add flexgroup repo.

Also bumped to as3isolib FP10 since I don't feel like hosting FP9 and FP10.
This commit is contained in:
Michael Bayne
2015-03-17 09:21:45 -07:00
parent 4193180c30
commit c8b78bb1fe
2 changed files with 18 additions and 15 deletions
@@ -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;
}
}
}