Better error reporting in WingFetcher

This commit is contained in:
2026-03-25 17:13:00 -04:00
parent 89231987f2
commit bcb79ad0ab
5 changed files with 162 additions and 117 deletions

View File

@@ -37,6 +37,9 @@ struct FWalker;
class WingFetcher
{
public:
// Print a general explanation of what paths look like.
static void PrintPathExplanation();
// Walk a path from an asset to an object
// within that asset. If you call walk a
// second time, it will walk additional steps.