diff --git a/LuaLibs/ProcessLongDoubleCut.lua b/LuaLibs/ProcessLongDoubleCut.lua index a93ac44..e3e6bc7 100644 --- a/LuaLibs/ProcessLongDoubleCut.lua +++ b/LuaLibs/ProcessLongDoubleCut.lua @@ -1280,10 +1280,10 @@ function ProcessLong2Cut.Make( Proc, nPhase, nRawId, nPartId, bForcedBladeMaster nFin = 1 else if vtN[vOrd[1]]:getZ() >= vtN[vOrd[2]]:getZ() then - if vtN[vOrd[2]]:getZ() < dLimitAngle then - nFin = 1 - else + if vtN[vOrd[1]]:getZ() < dLimitAngle then nIni = 2 + else + nFin = 1 end else if vtN[vOrd[1]]:getZ() < dLimitAngle then