J :
* Fix another set of 64-bits related problems. * The code is now expected to compile on linux-64bits, but as I can't test, I can't be positive about it really compiling, much less working.
This commit is contained in:
@@ -57,7 +57,7 @@ void WResourceManager::DebugRender(){
|
||||
if(textureWCache.totalSize > textureWCache.cacheSize)
|
||||
man = textureWCache.totalSize - textureWCache.cacheSize;
|
||||
|
||||
sprintf(buf,"Textures %u+%u (of %u) items (%u misses), Pixels: %lu (of %lu) + %lu",
|
||||
sprintf(buf,"Textures %u+%lu (of %u) items (%u misses), Pixels: %lu (of %lu) + %lu",
|
||||
textureWCache.cacheItems, textureWCache.managed.size(),textureWCache.maxCached,
|
||||
misses,textureWCache.cacheSize,textureWCache.maxCacheSize,man);
|
||||
font->DrawString(buf, 10,5);
|
||||
|
||||
Reference in New Issue
Block a user