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 2634ac3 + 6be9776 commit 502cbbeCopy full SHA for 502cbbe
Source/RunActivity/Viewer3D/Materials.cs
@@ -79,7 +79,7 @@ public Texture2D Get(string path, Texture2D defaultTexture, bool required = fals
79
if (File.Exists(aceTexture))
80
{
81
texture = Orts.Formats.Msts.AceFile.Texture2DFromFile(GraphicsDevice, aceTexture);
82
- Trace.TraceWarning("Required texture {1} not existing; using existing texture {2}", path, aceTexture);
+ Trace.TraceWarning("Required texture {0} not existing; using existing texture {1}", path, aceTexture);
83
}
84
else return defaultTexture;
85
0 commit comments