mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 21:22:23 -05:00
misc: chore: Use collection expressions in OpenGL project
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
{
|
||||
if (!_textures.TryGetValue(view.Info, out List<DisposedTexture> list))
|
||||
{
|
||||
list = new List<DisposedTexture>();
|
||||
list = [];
|
||||
_textures.Add(view.Info, list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user