Skip to content

Commit

Permalink
Automatic merge of T1.5.1-776-g362e836a2 and 15 pull requests
Browse files Browse the repository at this point in the history
- Pull request #570 at 3539862: Experimental glTF 2.0 support with PBR lighting
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters
- Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder
- Pull request #882 at a055bca: Blueprint/train car operations UI window
- Pull request #885 at d9ce84b: feat: Add notifications to Menu
- Pull request #886 at 6c0785b: Scene viewer extension to TrackViewer
- Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH
- Pull request #893 at bf8876b: Signal errors
- Pull request #894 at 5ff1e73: Correct Decrease Colour
- Pull request #896 at 5866028: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
- Pull request #897 at 0a9d939: feat: Improved system information collection
- Pull request #899 at e5db0a2: Duplex steam engines - Booster Engine addition
- Pull request #903 at a0d2991: first phase downloading from Github
- Pull request #904 at 71beb33: fix: adds downgrade to low precision
- Pull request #906 at 0e0aa8b: Bug fix for https://bugs.launchpad.net/or/+bug/2047299 Crash loading a 3Dcab-only loco
  • Loading branch information
openrails-bot committed Dec 24, 2023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RunActivity/Viewer3D/Viewer.cs
Expand Up @@ -146,7 +146,7 @@ public class Viewer
/// </summary>
public void ActivateCabCamera()
{
if (Settings.Use3DCab && ThreeDimCabCamera.IsAvailable)
if (ThreeDimCabCamera.IsAvailable)
ThreeDimCabCamera.Activate();
else
CabCamera.Activate();
Expand Down

0 comments on commit 9f8cc72

Please sign in to comment.