Move this getter up with his friends.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@565 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -84,6 +84,14 @@ public class MetaMediaManager
|
||||
return _spritemgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the region manager used to coordiante our dirty regions.
|
||||
*/
|
||||
public RegionManager getRegionManager ()
|
||||
{
|
||||
return _remgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if we are paused, false if we are running normally.
|
||||
*/
|
||||
@@ -193,14 +201,6 @@ public class MetaMediaManager
|
||||
_animmgr.clearMedia();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the region manager used to coordiante our dirty regions.
|
||||
*/
|
||||
public RegionManager getRegionManager ()
|
||||
{
|
||||
return _remgr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called by the host to coordinate dirty region tracking. This should be supplied with the
|
||||
* number of dirty regions being painted on this tick and called just before painting them.
|
||||
|
||||
Reference in New Issue
Block a user