mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
silly fix here, added an end quote to two comment blocks, so that the emacs color formatting works
This commit is contained in:
parent
5b5d6b9218
commit
c8dbf0251f
@ -75,7 +75,7 @@ class DistributedObject(PandaObject):
|
|||||||
"""
|
"""
|
||||||
print out "doId(parentId,zoneId) className
|
print out "doId(parentId,zoneId) className
|
||||||
and conditionally show generated, disabled, neverDisable,
|
and conditionally show generated, disabled, neverDisable,
|
||||||
or cachable
|
or cachable"
|
||||||
"""
|
"""
|
||||||
spaces=' '*(indent+2)
|
spaces=' '*(indent+2)
|
||||||
try:
|
try:
|
||||||
|
@ -55,7 +55,7 @@ class DistributedObjectAI(DirectObject):
|
|||||||
"""
|
"""
|
||||||
print out doId(parentId,zoneId) className
|
print out doId(parentId,zoneId) className
|
||||||
and conditionally show generated, disabled, neverDisable,
|
and conditionally show generated, disabled, neverDisable,
|
||||||
or cachable
|
or cachable"
|
||||||
"""
|
"""
|
||||||
spaces=' '*(indent+2)
|
spaces=' '*(indent+2)
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user