EgtMachKernel :

- piccola modifica per NewLinkManager.
This commit is contained in:
Dario Sassi
2025-07-09 18:33:36 +02:00
parent e39fbd8707
commit dbbbfb67fc
+1 -1
View File
@@ -5070,7 +5070,7 @@ Operation::SpecialLink( const DBLVECTOR& vAxStart, const DBLVECTOR& vAxEnd, int
// se la funzione non è definita, esco
if ( ! pMch->LuaExistsFunction( ON_SPECIAL_LINK))
return false ;
return true ;
// eseguo
bool bOk = true ;