From: david Date: Sat, 27 Jul 2002 22:31:40 +0000 (+0000) Subject: Patch from Melchior Franx to restore fog on tdfx cards like the Voodoo3. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edaac686a2d520a7d9a489af6c49e2609665f172;p=flightgear.git Patch from Melchior Franx to restore fog on tdfx cards like the Voodoo3. --- diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 52810a285..bf5a1c13f 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -423,6 +423,7 @@ FGPanel::draw() // restore some original state glPopAttrib(); + glPolygonOffset(0, 0); glDisable(GL_POLYGON_OFFSET_FILL); }