Fixed video dimensions alignment and image cache

This commit is contained in:
Vladislav Mikhalin 2024-08-24 16:58:53 +03:00
parent 243fd0be78
commit 41dec15869
4 changed files with 48 additions and 14 deletions

View file

@ -329,7 +329,6 @@ void TextureCache::UnregisterImage(ImageId image_id) {
}
image_ids.erase(vector_it);
});
slot_images.erase(image_id);
}
void TextureCache::TrackImage(Image& image, ImageId image_id) {