Commit 369f4f7
committed
fix: resolve tas tick 0 commands issues
Tick 0 raw commands were unnecessarily discarded. Weird, as it's only
used internally by tick 1 sampling - tick 0 data is never used
externally.
Additionally, command execution order was incorrect.1 parent 985c2b0 commit 369f4f7
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
| 643 | + | |
| 644 | + | |
647 | 645 | | |
648 | 646 | | |
649 | 647 | | |
| |||
0 commit comments