mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Fix typos pointed out by LDj3SNuD
This commit is contained in:
parent
c68aed533e
commit
7cad07ecba
5 changed files with 8 additions and 8 deletions
|
@ -245,7 +245,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
/// Checks if the swizzle component is equal to the red or green channels.
|
||||
/// </summary>
|
||||
/// <param name="component">The swizzle component to check</param>
|
||||
/// <returns>True if the swizzle component is equal to the red or blue, false otherwise</returns>
|
||||
/// <returns>True if the swizzle component is equal to the red or green, false otherwise</returns>
|
||||
private static bool IsRG(SwizzleComponent component)
|
||||
{
|
||||
return component == SwizzleComponent.Red ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue