16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 10:09:17 +02:00

Experimental async train processing option

This commit is contained in:
2025-09-17 00:38:28 +02:00
parent 39be3fd562
commit edaa452a8b
6 changed files with 59 additions and 2 deletions

View File

@@ -497,7 +497,7 @@ eu07_application::run() {
// send commands to command queue
simulation::Commands.push_commands(commands_to_exec);
// do actual frame processing
// do actual frame processing (depending on mode)
if (!m_modes[ m_modestack.top() ]->update())
return 0;