Make imported objects not sunken one block into the ground.

This commit is contained in:
David Vierra 2015-10-04 00:30:14 -10:00
parent c5718770f5
commit dbc62d5a7f

View File

@ -916,6 +916,8 @@ class EditorSession(QtCore.QObject):
pos, face = rayCastInBounds(ray, self.currentDimension)
if pos is None:
pos = ray.point
else:
pos = pos + face.vector
name = os.path.basename(filename)
dim = schematic.getDimension()