EgtMachKernel 2.6a2 :

- modificato controllo parametri in LuaEmtMoveAxes per evitare crash in R64
- piccole migliorie.
This commit is contained in:
Dario Sassi
2024-01-25 08:35:26 +01:00
parent d66cc47936
commit a21be79df8
4 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -2237,7 +2237,7 @@ Simulator::MoveAxes( int nMoveType, const SAMVECTOR& vAxNaEpSt)
}
}
// Aggiorno visualizzazione
if ( bViewAllFrames || ( i % 2) == 0 || i == nStep)
if ( bViewAllFrames || ( i % 4) == 0 || i == nStep)
ExeDraw() ;
// Verifico collisioni
int nCdInd, nObjInd ;