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