fix typo on last rev, sorry
This commit is contained in:
parent
47f781d26d
commit
bd5cccef40
|
@ -743,7 +743,7 @@ static void SetVertex()
|
|||
|
||||
// Line segment detect
|
||||
// Tested" Castlevania POR - warp stone, trajectory of ricochet, "Eye of Decay"
|
||||
if (textureFormat & (7 << 26) == 0) // no texture
|
||||
if (!(textureFormat & (7 << 26))) // no texture
|
||||
{
|
||||
bool duplicated = false;
|
||||
VERT &vert0 = vertlist->list[poly.vertIndexes[0]];
|
||||
|
|
Loading…
Reference in New Issue