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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user