Small fix
This commit is contained in:
parent
7029d78365
commit
d6663d84c6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ static Color _postProcessFragment(Renderer* renderer, Vector3 location, void* da
|
|||
{
|
||||
z = 0.2 + z;
|
||||
}
|
||||
if (x > 0.1 ^ z > 0.1)
|
||||
if ((x > 0.1) ^ (z > 0.1))
|
||||
{
|
||||
return COLOR_WHITE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue