chore: Remove comments about NE_PolyEnd() being ignored

It's not 100% clear that the command is ignored. It's better to remove
the comments unless we're completely sure about it.
This commit is contained in:
Antonio Niño Díaz 2024-01-10 19:28:13 +00:00
parent eca99150c4
commit bacb1d1811
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ void Draw3DScene(void)
NE_PolyColor(NE_Blue);
NE_PolyVertex(1, 1, 0);
// This seems to not be needed
NE_PolyEnd();
}

View File

@ -39,7 +39,6 @@ void Draw3DScene(void)
NE_PolyTexCoord(64, 0);
NE_PolyVertex(1, 1, 0);
// Apparently this command is ignored by the GPU
NE_PolyEnd();
}