stamps and local saves rendered without fire, greatly improves loading times

This commit is contained in:
jacob1 2013-07-13 13:23:48 -04:00
parent 4bcaf7f385
commit 728d201e93

View File

@ -162,7 +162,7 @@ void SaveButton::Tick(float dt)
else if(file && file->GetGameSave())
{
waitingForThumb = true;
RequestBroker::Ref().RenderThumbnail(file->GetGameSave(), thumbBoxSize.X, thumbBoxSize.Y, this);
RequestBroker::Ref().RenderThumbnail(file->GetGameSave(), true, false, thumbBoxSize.X, thumbBoxSize.Y, this);
}
}
}