From 69ab03f3ec1688a4079f323606f2ca428b67ef50 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 26 Sep 2024 09:57:08 +0200 Subject: [PATCH] - in LongDoubleCut corretto typo nome variabile --- LuaLibs/ProcessLongDoubleCut.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLongDoubleCut.lua b/LuaLibs/ProcessLongDoubleCut.lua index 93b49f5..846c42f 100644 --- a/LuaLibs/ProcessLongDoubleCut.lua +++ b/LuaLibs/ProcessLongDoubleCut.lua @@ -1393,7 +1393,7 @@ function ProcessLong2Cut.Make( Proc, nPhase, nRawId, nPartId, bForcedBladeMaster end end end - if not Proc.MoveAfterSplit and not bEndFixed and not bConvex then + if not Proc.bMoveAfterSplit and not bEndFixed and not bConvex then -- recupero gruppo per geometria addizionale local nAddGrpId = BL.GetAddGroup( nPartId) if not nAddGrpId then