Skip to content

Commit

Permalink
Correction to the previous commit. These must go to a separate PR eve…
Browse files Browse the repository at this point in the history
…ntually, sorry...
  • Loading branch information
pzgulyas committed Jun 5, 2023
1 parent e6f969f commit 7269d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RunActivity/Viewer3D/Materials.cs
Expand Up @@ -170,7 +170,7 @@ Texture2D invalid()
if (File.Exists(pngPath))
return Get(GraphicsDevice, pngPath);
var acePath = Path.ChangeExtension(path, ".ace");
if (File.Exists(pngPath))
if (File.Exists(acePath))
return Get(acePath, defaultTexture, required, extensionFilter);
}
if (File.Exists(path))
Expand Down

0 comments on commit 7269d24

Please sign in to comment.