Skip to content

Commit 0e0aa8b

Browse files
committed
Bug fix for https://bugs.launchpad.net/or/+bug/2047299 Crash loading a 3Dcab-only loco
1 parent 362e836 commit 0e0aa8b

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
@@ -140,7 +140,7 @@ public class Viewer
140140
/// </summary>
141141
public void ActivateCabCamera()
142142
{
143-
if (Settings.Use3DCab && ThreeDimCabCamera.IsAvailable)
143+
if (ThreeDimCabCamera.IsAvailable)
144144
ThreeDimCabCamera.Activate();
145145
else
146146
CabCamera.Activate();

0 commit comments

Comments
 (0)