From e91bd30f2a156d26a55eb71363d49dfbed47409c Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 1 Mar 2005 04:55:13 +0000 Subject: [PATCH] oops, typo --- direct/src/showbase/MirrorDemo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/showbase/MirrorDemo.py b/direct/src/showbase/MirrorDemo.py index 198d060b53..6317c205ea 100755 --- a/direct/src/showbase/MirrorDemo.py +++ b/direct/src/showbase/MirrorDemo.py @@ -73,7 +73,6 @@ def setupMirror(name, width, height): # Spawn a task to keep that camera on the opposite side of the # mirror. - ul = def moveCamera(task, cameraNP = cameraNP, plane = plane, planeNP = planeNP, card = card, lens = lens, width = width, height = height): @@ -103,7 +102,7 @@ def setupMirror(name, width, height): return root def showFrustum(np): - # Reveal the frustum for a particular camera. + # Utility function to reveal the frustum for a particular camera. cameraNP = np.find('**/+Camera') camera = cameraNP.node() lens = camera.getLens()