]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/renderstate.cpp
15/12/2006
[xonotic/netradiant.git] / radiant / renderstate.cpp
index db71b2263ada0dcc11ec2c2ac443adb7bb92a330..2f5596d13f23ba14d20860bc0d9d0845b6d61ef5 100644 (file)
@@ -2387,11 +2387,7 @@ void OpenGLShader::construct(const char* name)
       state.m_colour[2] = 0;
       state.m_colour[3] = 0.3f;
       state.m_state = RENDER_FILL|RENDER_DEPTHTEST|RENDER_CULLFACE|RENDER_BLEND|RENDER_COLOURWRITE|RENDER_DEPTHWRITE;
       state.m_colour[2] = 0;
       state.m_colour[3] = 0.3f;
       state.m_state = RENDER_FILL|RENDER_DEPTHTEST|RENDER_CULLFACE|RENDER_BLEND|RENDER_COLOURWRITE|RENDER_DEPTHWRITE;
-
-      // The bug "Selecting translucent brushes, such as clip, cause them to disappear leaving
-      // only the red selection box." seems to be fixed by removing the next line.
-
-      // state.m_sort = OpenGLState::eSortHighlight;
+      state.m_sort = OpenGLState::eSortHighlight;
       state.m_depthfunc = GL_LEQUAL;
     }
     else if(string_equal(name+1, "CAM_OVERLAY"))
       state.m_depthfunc = GL_LEQUAL;
     }
     else if(string_equal(name+1, "CAM_OVERLAY"))