Skip to content

Commit 5850660

Browse files
committed
Fix the fix
1 parent 0e0aa8b commit 5850660

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 (ThreeDimCabCamera.IsAvailable)
143+
if ((Settings.Use3DCab || !CabCamera.IsAvailable) && ThreeDimCabCamera.IsAvailable)
144144
ThreeDimCabCamera.Activate();
145145
else
146146
CabCamera.Activate();

0 commit comments

Comments
 (0)