Provide the camera handler rather than the camera.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3753 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-11-09 22:34:15 +00:00
parent 35caa3a79f
commit 4a1b366cd8
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -494,8 +494,8 @@ public class JmeApp
return _display.getRenderer();
}
public Camera getCamera () {
return _camera;
public CameraHandler getCameraHandler () {
return _camhand;
}
public Node getGeometry () {