Specular reflections now sample from the texture color.

This commit is contained in:
Justin Marshall
2026-05-21 19:50:23 -07:00
parent 345e6bfc81
commit 7b60a99f96
7 changed files with 44 additions and 22 deletions
-2
View File
@@ -6037,8 +6037,6 @@ void CXYWnd::XY_Draw() {
if( m_precisionCrosshairMode != PRECISION_CROSSHAIR_NONE )
DrawPrecisionCrosshair();
glFlush();
// QE_CheckOpenGLForErrors();
}