Ver código fonte

*** empty log message ***

Dave Schuyler 20 anos atrás
pai
commit
1ae8c64d9b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      direct/src/controls/ObserverWalker.py

+ 1 - 1
direct/src/controls/ObserverWalker.py

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