Keep thumbnails of SaveButtons with lazily loaded SaveFiles
This commit is contained in:
parent
5ae7755025
commit
9e2185c8a2
@ -173,9 +173,6 @@ void SaveButton::Tick(float dt)
|
|||||||
if (file && !wantsDraw && !thumbnailRenderer)
|
if (file && !wantsDraw && !thumbnailRenderer)
|
||||||
{
|
{
|
||||||
file->LazyUnload();
|
file->LazyUnload();
|
||||||
thumbnail.reset();
|
|
||||||
thumbSize = { 0, 0 };
|
|
||||||
triedThumbnail = false;
|
|
||||||
}
|
}
|
||||||
wantsDraw = false;
|
wantsDraw = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user