fix typo on last rev, sorry

This commit is contained in:
mtabachenko 2011-03-27 14:38:58 +00:00
parent 47f781d26d
commit bd5cccef40
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ static void SetVertex()
// Line segment detect // Line segment detect
// Tested" Castlevania POR - warp stone, trajectory of ricochet, "Eye of Decay" // 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; bool duplicated = false;
VERT &vert0 = vertlist->list[poly.vertIndexes[0]]; VERT &vert0 = vertlist->list[poly.vertIndexes[0]];