more OutputDebugString() conversions, and removed a useless trace in the base WResource destructor - instead, moved it up to WCachedResource so that we can output the filename of the resource that is being destroyed.
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
friend class WResourceManager;
|
||||
template<class cacheItem,class cacheActual> friend class WCache;
|
||||
|
||||
virtual ~WCachedResource() {};
|
||||
virtual ~WCachedResource();
|
||||
|
||||
string mFilename;
|
||||
virtual void Refresh()=0; //Basically calls Attempt(filename) and remaps in situ.
|
||||
|
||||
Reference in New Issue
Block a user