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 9c456aa commit a057effCopy full SHA for a057eff
Source/RunActivity/Viewer3D/Cameras.cs
@@ -1078,7 +1078,7 @@ protected override void OnActivate(bool sameCamera)
1078
isVisibleTrainCarViewerOrWebpage = Viewer.TrainCarOperationsViewerWindow.Visible || (Viewer.TrainCarOperationsWebpage.Connections > 0 && Viewer.TrainCarOperationsWebpage.TrainCarSelected);
1079
}
1080
1081
- if (attachedCar == null || attachedCar.Train != Viewer.SelectedTrain || carPosition != oldCarPosition || isDownCameraOutsideFront || isDownCameraOutsideRear)
+ if (attachedCar == null || attachedCar.Train != Viewer.SelectedTrain || carPosition != oldCarPosition)
1082
{
1083
if (Front)
1084
0 commit comments