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:
Michael Bayne
2007-05-15 17:05:04 +00:00
parent 9a30debf42
commit f7dfe51a9c
@@ -295,7 +295,8 @@ public abstract class AbstractMediaManager
new ArrayList<Tuple<ObserverList,ObserverOp>>();
/** 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
* #tick}) otherwise -1. */