Removed extra semicolons. (#3594)
This commit is contained in:
@ -120,7 +120,7 @@ namespace Ryujinx.Graphics.Shader
|
||||
case TextureFormat.R16G16B16A16Sint:
|
||||
case TextureFormat.R32G32B32A32Sint:
|
||||
return VariableType.S32;
|
||||
};
|
||||
}
|
||||
|
||||
return VariableType.F32;
|
||||
}
|
||||
|
Reference in New Issue
Block a user