Made refreshScene() public.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3115 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2004-09-09 00:09:22 +00:00
parent a7ae0f76a3
commit 779461f628
@@ -1,5 +1,5 @@
// //
// $Id: MisoScenePanel.java,v 1.62 2004/08/30 22:08:15 ray Exp $ // $Id: MisoScenePanel.java,v 1.63 2004/09/09 00:09:22 ray Exp $
// //
// Narya library - tools for developing networked games // Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
@@ -149,7 +149,7 @@ public class MisoScenePanel extends VirtualMediaPanel
* Completely invalidates our current resolved scene and re-resolves * Completely invalidates our current resolved scene and re-resolves
* it from the ground up. * it from the ground up.
*/ */
protected void refreshScene () public void refreshScene ()
{ {
clearScene(); clearScene();
rethink(); rethink();