We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f731f commit bb3e99aCopy full SHA for bb3e99a
1 file changed
MiniMapLibrary/Sprites/SpriteManager.cs
@@ -64,6 +64,8 @@ public void Dispose()
64
return null;
65
}
66
67
+ logger.LogWarning($"Attempted to load icon texture at streaming asset path: {Path}, but it was not found, using default [?] instead.");
68
+
69
SpriteCache.Add(Path, loaded);
70
71
0 commit comments