From 83a7c5801729dcee4ec7e56560b8d9cc57e03310 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 7 Jul 2008 19:00:31 +0000 Subject: [PATCH] Move this getter up with his friends. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@565 ed5b42cb-e716-0410-a449-f6a68f950b19 --- .../com/threerings/media/MetaMediaManager.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/java/com/threerings/media/MetaMediaManager.java b/src/java/com/threerings/media/MetaMediaManager.java index 73a1795f..d2afc8c1 100644 --- a/src/java/com/threerings/media/MetaMediaManager.java +++ b/src/java/com/threerings/media/MetaMediaManager.java @@ -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.