*** empty log message ***

This commit is contained in:
Mark Mine 2000-11-21 01:30:55 +00:00
parent c6221231f7
commit 80dd7df542

View File

@ -867,7 +867,7 @@ class LevelEditor(NodePath, PandaObject):
targetClass = self.targetDNAObject.__class__.getClassType()
if ((targetClass.eq(DNAWall.getClassType())) |
(targetClass.eq(DNAWindows.getClassType())) |
(targetClass.eq(DNACornice.getClassType()))
(targetClass.eq(DNACornice.getClassType())) |
(targetClass.eq(DNAProp.getClassType()))
):
self.panel.setCurrentColor(self.targetDNAObject.getColor())