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.
2 parents 0d1bd9f + 7e76ed9 commit 2fe1e5dCopy full SHA for 2fe1e5d
Source/RunActivity/Viewer3D/RollingStock/MSTSLocomotiveViewer.cs
@@ -2997,11 +2997,11 @@ Material FindMaterial(bool Alert)
2997
CABViewControlTypes controltype = CVFR.GetControlType();
2998
Material material = null;
2999
3000
- if (AceFile != "")
+ if (Alert) { imageName = "alert.ace"; }
3001
+ else if (AceFile != "")
3002
{
3003
imageName = AceFile;
3004
}
- else if (Alert) { imageName = "alert.ace"; }
3005
else
3006
3007
switch (controltype)
0 commit comments