2
0
LeoVgr 9 сар өмнө
parent
commit
3256075691

+ 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);
 	}