mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fixed comment
This commit is contained in:
parent
214ade7c18
commit
5a74547c6a
@ -87,7 +87,7 @@ class DoHierarchy:
|
|||||||
from direct.showbase.PythonUtil import StackTrace
|
from direct.showbase.PythonUtil import StackTrace
|
||||||
self.notify.info('deleteObjectLocation(DistributedToon %s)(%s, %s): %s' % (do.doId, parentId, zoneId, StackTrace().compact()))
|
self.notify.info('deleteObjectLocation(DistributedToon %s)(%s, %s): %s' % (do.doId, parentId, zoneId, StackTrace().compact()))
|
||||||
doId = do.doId
|
doId = do.doId
|
||||||
# until we figure out why Toontown is crashing with duplicate Toon generates, don't do the check on LIVE
|
# until we figure out why Toontown is crashing with duplicate deletes, don't do the check on LIVE
|
||||||
try:
|
try:
|
||||||
isLive = base.cr.isLive()
|
isLive = base.cr.isLive()
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user