fixed crash
This commit is contained in:
parent
70ba624c40
commit
0c53db05b6
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
yValueDisplayInfo.Visible = false;
|
||||
}
|
||||
|
||||
if (MouseDownOnControl)
|
||||
if (MouseDownOnControl && hitPlane != null)
|
||||
{
|
||||
IntersectInfo info = hitPlane.GetClosestIntersection(mouseEvent3D.MouseRay);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue