* Added better logging to AssetCache

* AssetCache now ignores duplicate uploads
* some m_ refactoring
* ignored some bins
This commit is contained in:
lbsa71
2007-11-06 11:10:45 +00:00
parent 06e7b6bd98
commit ee1fcc729c
5 changed files with 104 additions and 97 deletions

View File

@@ -61,7 +61,7 @@ namespace SimpleApp
LocalAssetServer assetServer = new LocalAssetServer();
m_assetCache = new AssetCache(assetServer);
m_assetCache = new AssetCache(assetServer, m_log);
}
public void Run()