mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-23 23:22:54 +00:00
Make TextureGroup.ClearModified thread safe (#6686)
This commit is contained in:
@@ -390,7 +390,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
_views.Remove(texture);
|
||||
|
||||
Group.RemoveView(texture);
|
||||
Group.RemoveView(_views, texture);
|
||||
|
||||
texture._viewStorage = texture;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user