mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
72eb435729
commit
ad1326e180
@ -1066,7 +1066,8 @@ class LevelEditor(NodePath, PandaObject):
|
||||
obj = self.targetDNAObject
|
||||
if obj:
|
||||
classType = obj.__class__.getClassType()
|
||||
if classType.eq(DNAWall.getClassType()):
|
||||
if (classType.eq(DNAWall.getClassType()) |
|
||||
classType.eq(DNAProp.getClassType())):
|
||||
tag = 'wallColor:'
|
||||
elif classType.eq(DNAWindows.getClassType()):
|
||||
tag = 'windowColor:'
|
||||
|
Loading…
x
Reference in New Issue
Block a user