We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c55709 commit 40cf742Copy full SHA for 40cf742
Source/Orts.Simulation/Simulation/Signalling/Signals.cs
@@ -567,7 +567,7 @@ public void Update(bool preUpdate)
567
// update required part
568
// in preupdate, process all
569
570
- int totalSignal = SignalObjects.Length - 1;
+ int totalSignal = foundSignals;
571
572
int updatestep = (totalSignal / 20) + 1;
573
if (preUpdate)
0 commit comments