EXT-7526 WIP Add baked texture information to texture view

Minor logic fix for status display.
master
Loren Shih 2010-06-04 14:17:13 -04:00
parent f457eaf67d
commit cfc98d7e37
1 changed files with 1 additions and 1 deletions

View File

@ -2289,8 +2289,8 @@ const std::string LLTexLayerSetBuffer::dumpTextureInfo() const
const U32 upload_time = (U32)mNeedsUploadTimer.getElapsedTimeF32();
const std::string local_texture_info = gAgentAvatarp->debugDumpLocalTextureDataInfo(mTexLayerSet);
std::string status = "CREATING ";
if (mUploadPending) status = "UPLOADING";
if (!mNeedsUpload) status = " DONE ";
if (mUploadPending) status = "UPLOADING";
std::string text = llformat("[ %s ] [ HiRes:%d LoRes:%d ] [ Timer:%d ] %s",
status.c_str(),
is_high_res, num_low_res,