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 22fc107 commit c23d0c3Copy full SHA for c23d0c3
Source/RunActivity/Viewer3D/Viewer.cs
@@ -1174,7 +1174,7 @@ void HandleUserInput(ElapsedTime elapsedTime)
1174
}
1175
1176
//ALT-F10 : display request stop info for player train
1177
- if (UserInput.IsPressed(UserCommand.DebugToggleConfirmations))
+ if (UserInput.IsPressed(UserCommand.DebugRequestStopInformation))
1178
{
1179
if (PlayerTrain != null)
1180
0 commit comments