mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fixed initial orientation in Mint
This commit is contained in:
parent
246e640459
commit
ddf8e04134
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user