From 514357adcdea7dc445ab1e0879abe79085f30f70 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Tue, 30 Jun 2026 15:57:50 +0200 Subject: [PATCH] EgtExecutor : - piccola correzione. --- Lua_Trimming.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua_Trimming.cpp b/Lua_Trimming.cpp index afb8451..31d13dd 100644 --- a/Lua_Trimming.cpp +++ b/Lua_Trimming.cpp @@ -377,6 +377,7 @@ LuaRegolarizeSurfaceLocally( lua_State* L) LuaCheckParam( L, 5, dLinTol) int nType = 0 ; LuaCheckParam( L, 6, nType) + LuaClearStack( L) ; int nId = ExeRegolarizeSurfaceLocally( nParentId, nSurfId, nSyncStartId, nSyncEndId, dLinTol, nType) ; LuaSetParam( L, nId) ;