File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ struct HwDLL::Cmd_BXT_TAS_New
16611661 }
16621662 frame.Dbc = true ;
16631663 frame.Comments += " - automatic duck before collision." ;
1664- frame.Commands = " pause;bxt_tas_editor 1" ;
1664+ frame.Commands = " stop;bxt_timer_stop; pause;bxt_tas_editor 1" ;
16651665 hw.newTASResult .PushFrame (frame);
16661666
16671667 // A blank frame bulk in the end since currently it's dropped in the TAS editor.
Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ namespace TriangleDrawing
932932 && hw.tas_editor_set_run_point_and_save ) {
933933 auto commands = input.frame_bulks [0 ].Commands ;
934934 if (commands.empty ())
935- commands = " pause;bxt_tas_editor 1" ;
935+ commands = " stop;bxt_timer_stop; pause;bxt_tas_editor 1" ;
936936 input.frame_bulks [closest_edge_prev_frame_bulk_index + 1 ].Commands = commands;
937937 input.frame_bulks [0 ].Commands .clear ();
938938 hw.SaveEditedInput ();
You can’t perform that action at this time.
0 commit comments