|| to &&
This commit is contained in:
parent
90e597f59e
commit
23cb3b2bae
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace Ryujinx.Graphics.Gal
|
||||||
|
|
||||||
public bool Equals(ColorMaskState other)
|
public bool Equals(ColorMaskState other)
|
||||||
{
|
{
|
||||||
return other.Red != Red || other.Green != Green || other.Blue != Blue || other.Alpha != Alpha;
|
return other.Red == Red && other.Green == Green && other.Blue == Blue && other.Alpha == Alpha;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue