stamps and local saves rendered without fire, greatly improves loading times
This commit is contained in:
parent
4bcaf7f385
commit
728d201e93
@ -162,7 +162,7 @@ void SaveButton::Tick(float dt)
|
|||||||
else if(file && file->GetGameSave())
|
else if(file && file->GetGameSave())
|
||||||
{
|
{
|
||||||
waitingForThumb = true;
|
waitingForThumb = true;
|
||||||
RequestBroker::Ref().RenderThumbnail(file->GetGameSave(), thumbBoxSize.X, thumbBoxSize.Y, this);
|
RequestBroker::Ref().RenderThumbnail(file->GetGameSave(), true, false, thumbBoxSize.X, thumbBoxSize.Y, this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user