Browse Source

fixed initial orientation in Mint

Darren Ranalli 21 years ago
parent
commit
ddf8e04134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/level/DistributedLevel.py

+ 1 - 1
direct/src/level/DistributedLevel.py

@@ -220,7 +220,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
         # the entrancePoint entities register themselves with us
         if self.entranceId not in self.entranceId2entity:
             self.notify.warning('unknown entranceId %s' % self.entranceId)
-            base.localAvatar.setPos(0,0,0)
+            base.localAvatar.setPosHpr(0,0,0,0,0,0)
             self.notify.warning('showing all zones')
             self.setColorZones(1)
             # put the toon in a random zone to start