misc: chore: Fix object creation in OpenGL project

This commit is contained in:
Evan Husted
2025-01-26 15:16:12 -06:00
parent 94b65aec02
commit eae6dba610
3 changed files with 5 additions and 5 deletions

View File

@@ -394,7 +394,7 @@ namespace Ryujinx.Graphics.OpenGL
{
_upscaledTexture?.Dispose();
TextureCreateInfo info = new TextureCreateInfo(
TextureCreateInfo info = new(
_width,
_height,
1,