From 2197f41506e1ed7c4c657a1899491298bd66f7f9 Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Wed, 17 Aug 2022 02:05:15 -0500 Subject: Removed extra semicolons. (#3594) --- Ryujinx.Graphics.Shader/TextureFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Shader/TextureFormat.cs') diff --git a/Ryujinx.Graphics.Shader/TextureFormat.cs b/Ryujinx.Graphics.Shader/TextureFormat.cs index fb4e5b03..ecdd15cb 100644 --- a/Ryujinx.Graphics.Shader/TextureFormat.cs +++ b/Ryujinx.Graphics.Shader/TextureFormat.cs @@ -120,7 +120,7 @@ namespace Ryujinx.Graphics.Shader case TextureFormat.R16G16B16A16Sint: case TextureFormat.R32G32B32A32Sint: return VariableType.S32; - }; + } return VariableType.F32; } -- cgit v1.2.3