smol change

This commit is contained in:
CamilleLaVey 2026-02-13 20:42:56 -04:00 committed by crueter
parent e0daa0d83d
commit 47d6360038
1 changed files with 0 additions and 1 deletions

View File

@ -1134,7 +1134,6 @@ bool TextureCache<P>::HasGpuModifiedPagesInRange(DAddr addr, size_t size) const
template <class P>
void TextureCache<P>::RebuildGpuModifiedPagesInRange(DAddr addr, size_t size) {
gpu_modified_pages.Subtract(addr, size);
ForEachImageInRegion(addr, size, [this](ImageId, ImageBase& image) {
if (False(image.flags & ImageFlagBits::GpuModified)) {
return;