mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
typo
This commit is contained in:
parent
e700b5e152
commit
bc99818e0e
@ -115,7 +115,7 @@ class LevelSpec:
|
|||||||
if not spec.has_key('parentEntId'):
|
if not spec.has_key('parentEntId'):
|
||||||
return LevelConstants.UberZoneEntId
|
return LevelConstants.UberZoneEntId
|
||||||
# keep looking up the heirarchy for a zone entity
|
# keep looking up the heirarchy for a zone entity
|
||||||
return self.getEntityZoneId(spec['parentEntId'])
|
return self.getEntityZoneEntId(spec['parentEntId'])
|
||||||
|
|
||||||
def getEntityZoneNum(self, entId):
|
def getEntityZoneNum(self, entId):
|
||||||
""" return the model zoneNum of zone that contains the entity """
|
""" return the model zoneNum of zone that contains the entity """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user