Skip to content

Commit c23d0c3

Browse files
committed
2024-12-28 C
1 parent 22fc107 commit c23d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RunActivity/Viewer3D/Viewer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ void HandleUserInput(ElapsedTime elapsedTime)
11741174
}
11751175

11761176
//ALT-F10 : display request stop info for player train
1177-
if (UserInput.IsPressed(UserCommand.DebugToggleConfirmations))
1177+
if (UserInput.IsPressed(UserCommand.DebugRequestStopInformation))
11781178
{
11791179
if (PlayerTrain != null)
11801180
{

0 commit comments

Comments
 (0)