mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 07:44:18 +00:00
Minor adjustment
This commit is contained in:
parent
3f02c790e5
commit
1ef3a7e52d
|
|
@ -137,7 +137,7 @@ void TextureCache<P>::RunGarbageCollector() {
|
|||
return false;
|
||||
}
|
||||
--num_iterations;
|
||||
if (must_download && !image.info.is_sparse) {
|
||||
if (must_download) {
|
||||
auto map = runtime.DownloadStagingBuffer(image.unswizzled_size_bytes);
|
||||
const auto copies = FixSmallVectorADL(FullDownloadCopies(image.info));
|
||||
image.DownloadMemory(map, copies);
|
||||
|
|
|
|||
Loading…
Reference in a new issue