فهرست منبع

Spline: fix draw handles

LeoVgr 9 ماه پیش
والد
کامیت
3256075691
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      hrt/prefab/l3d/Spline.hx

+ 2 - 0
hrt/prefab/l3d/Spline.hx

@@ -816,6 +816,8 @@ class Spline extends hrt.prefab.Object3D {
 
 	function refreshHandles() {
 		clearHandles();
+		if (!editMode)
+			return;
 		for (p in points)
 			drawHandle(p);
 	}