diff --git a/LuaLibs/ProcessCut.lua b/LuaLibs/ProcessCut.lua index 44a7bc0..7edaede 100644 --- a/LuaLibs/ProcessCut.lua +++ b/LuaLibs/ProcessCut.lua @@ -327,7 +327,7 @@ function ProcessCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bFromBottom) elseif bOrthInv then dExtraCut = dSawThick -- se ultimo taglio, devo affondare - elseif j == #vCuts[i] then + elseif j == #vCuts[i] then dExtraCut = BD.CUT_EXTRA end end