Oh yeah, we need to call that method.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@247 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -295,7 +295,8 @@ public abstract class AbstractMediaManager
|
|||||||
new ArrayList<Tuple<ObserverList,ObserverOp>>();
|
new ArrayList<Tuple<ObserverList,ObserverOp>>();
|
||||||
|
|
||||||
/** Our render-order sorted list of media. */
|
/** Our render-order sorted list of media. */
|
||||||
protected SortableArrayList<AbstractMedia> _media;
|
@SuppressWarnings("unchecked") protected SortableArrayList<AbstractMedia> _media =
|
||||||
|
(SortableArrayList<AbstractMedia>)createMediaList();
|
||||||
|
|
||||||
/** The position in our media list that we're ticking (while in the middle of a call to {@link
|
/** The position in our media list that we're ticking (while in the middle of a call to {@link
|
||||||
* #tick}) otherwise -1. */
|
* #tick}) otherwise -1. */
|
||||||
|
|||||||
Reference in New Issue
Block a user