EgtExecutor :

- corretto un commento.
This commit is contained in:
Daniele Bariletti
2024-05-23 09:32:29 +02:00
parent 7c6c48b8b8
commit 16b7208962
+1 -1
View File
@@ -592,7 +592,7 @@ LuaSurfTmSetSmoothAng( lua_State* L)
double dAngDeg ;
LuaCheckParam( L, 2, dAngDeg)
LuaClearStack( L) ;
// taglio la prima superficie in base alla seconda
// aggiorno lo smooth angle della superficie
bool bOk = ExeSurfTmSetSmoothAng( nId, dAngDeg) ;
LuaSetParam( L, bOk) ;
return 1 ;