summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-13 17:23:48 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-13 17:23:48 (GMT)
commit728d201e9336ffa9b5c463b9686168579ffd75ca (patch)
treecaf602fc99a275c8685cd752660ddafa3380b702 /src
parent4bcaf7f3856c202c808e94da1b68206360d5d0ac (diff)
downloadpowder-728d201e9336ffa9b5c463b9686168579ffd75ca.zip
powder-728d201e9336ffa9b5c463b9686168579ffd75ca.tar.gz
stamps and local saves rendered without fire, greatly improves loading times
Diffstat (limited to 'src')
-rw-r--r--src/gui/interface/SaveButton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/interface/SaveButton.cpp b/src/gui/interface/SaveButton.cpp
index 9b2950f..7ea4198 100644
--- a/src/gui/interface/SaveButton.cpp
+++ b/src/gui/interface/SaveButton.cpp
@@ -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);
}
}
}