- piccole modifiche per test nesting

This commit is contained in:
luca.mazzoleni
2026-05-13 12:40:45 +02:00
parent b048e2ebe2
commit f6d6043c0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ function BeamLib.GetSortedVertices( Proc)
local PtVerticesSorted = {}
-- se più di una faccia si esce subito
if not ( Proc.nFct) or ( Proc.nFct > 1) then
if Proc.nFct > 1 then
return
end