We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185c68f commit ea6a9ebCopy full SHA for ea6a9eb
src/app/streckengrafik/services/sg-6-track.service.ts
@@ -274,7 +274,7 @@ export class Sg6TrackService implements OnDestroy {
274
for (let distCellIdx = 0; distCellIdx < nDistanceCells; distCellIdx++) {
275
// unroll frequency to get the trains - generated out of the "template" train
276
for (
277
- let freqLoop = 0;
+ let freqLoop = -this.maxFrequency;
278
freqLoop <= this.maxFrequency;
279
freqLoop = freqLoop + d.trainrun.frequency
280
) {
0 commit comments