mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
stamps and local saves rendered without fire, greatly improves loading times
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user