reverting previous commit from Mitchell. His commit went to the trunk instead of the branch :)
svn merge -r 29067:29066 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -297,7 +297,6 @@ bool RAS_OpenGLRasterizer::BeginFrame(int drawingmode, double time)
|
||||
m_last_frontface = true;
|
||||
|
||||
glShadeModel(GL_SMOOTH);
|
||||
glEnable(GL_MULTISAMPLE_ARB);
|
||||
|
||||
m_2DCanvas->BeginFrame();
|
||||
|
||||
@@ -383,7 +382,6 @@ void RAS_OpenGLRasterizer::EndFrame()
|
||||
FlushDebugLines();
|
||||
|
||||
glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
||||
glDisable(GL_MULTISAMPLE_ARB);
|
||||
m_2DCanvas->EndFrame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user