mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-11 20:03:46 -04:00
Minor adjustment
This commit is contained in:
parent
62e3658e2c
commit
43187ee691
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
Reference in a new issue