*** empty log message ***

This commit is contained in:
Dave Schuyler 2005-05-05 21:44:24 +00:00
parent 948d428141
commit 1ae8c64d9b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ObserverWalker(NonPhysicsWalker.NonPhysicsWalker):
# Set up the collision sphere
# This is a sphere on the ground to detect barrier collisions
self.cSphere = CollisionSphere(0.0, 0.0, 0.0, avatarRadius)
cSphereNode = CollisionNode('NPW.cSphereNode')
cSphereNode = CollisionNode('Observer.cSphereNode')
cSphereNode.addSolid(self.cSphere)
self.cSphereNodePath = avatarNodePath.attachNewNode(cSphereNode)