EgtExecutor :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2026-03-13 09:14:07 +01:00
parent 2687fd90dc
commit e1b2c93f22
+4 -2
View File
@@ -1179,10 +1179,12 @@ LuaSurfBezParamsFromPoint( lua_State* L)
LuaSetParam( L, dU) ;
LuaSetParam( L, dV) ;
}
else
else {
LuaSetParam( L) ;
LuaSetParam( L) ;
}
return 1 ;
return 2 ;
}
//----------------------------------------------------------------------------