From b25970c3c48455f1ae18093f817ea7c9d497a371 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 17 Nov 2003 22:52:39 +0000 Subject: [PATCH] coincident point fix --- direct/src/leveleditor/LevelEditor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/leveleditor/LevelEditor.py b/direct/src/leveleditor/LevelEditor.py index e4875381c4..48421d0754 100644 --- a/direct/src/leveleditor/LevelEditor.py +++ b/direct/src/leveleditor/LevelEditor.py @@ -2868,6 +2868,9 @@ class LevelEditor(NodePath, PandaObject): # Store the point in the DNA. If this point is already in there, # it returns the existing point suitPoint = DNASTORE.storeSuitPoint(self.currentSuitPointType, absPos) + print "placeSuitPoint: ", suitPoint + # In case the point returned is a different type, update our type + self.currentSuitPointType = suitPoint.getPointType() if not self.pointDict.has_key(suitPoint): marker = self.drawSuitPoint(suitPoint, absPos, self.currentSuitPointType,