mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-09 22:58:54 +02:00
Minor adjustment
This commit is contained in:
parent
ac455454ca
commit
91471e1dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue