mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 07:16:26 -05:00
Make viewStorage still valid after view removal. (#1564)
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
_views.Remove(texture);
|
||||
|
||||
texture._viewStorage = null;
|
||||
texture._viewStorage = texture;
|
||||
|
||||
DeleteIfNotUsed();
|
||||
}
|
||||
|
Reference in New Issue
Block a user