Updated customize floater to work with layer 0 wearable, for now.

This commit is contained in:
Shyotl
2012-02-23 04:00:09 -06:00
parent 3d39e443fe
commit 323ec8cf59
4 changed files with 219 additions and 302 deletions

View File

@@ -201,6 +201,7 @@ void LLTexLayerSetBuffer::conditionalRestartUploadTimer()
}
else
{
mNeedsUploadTimer.unpause(); //Isn't always unpaused before this, although it should be..
mNeedsUploadTimer.reset();
mNeedsUploadTimer.start();
}