1
0
Fork 0

Patch from Melchior Franx to restore fog on tdfx cards like the Voodoo3.

This commit is contained in:
david 2002-07-27 22:31:40 +00:00
parent 43d89cb8d6
commit edaac686a2

View file

@ -423,6 +423,7 @@ FGPanel::draw()
// restore some original state
glPopAttrib();
glPolygonOffset(0, 0);
glDisable(GL_POLYGON_OFFSET_FILL);
}