[Vulkan] Add missing line to mark a texture as watched
This commit is contained in:
parent
4248f9ed19
commit
68017eadea
|
@ -408,6 +408,7 @@ void TextureCache::WatchTexture(Texture* texture) {
|
|||
}
|
||||
|
||||
watched_textures_.push_back(watched_texture);
|
||||
texture->is_watched = true;
|
||||
}
|
||||
|
||||
memory_->WatchPhysicalMemoryWrite(address, size);
|
||||
|
|
Loading…
Reference in New Issue