Fixed color of wireframe in source canvas

This commit is contained in:
Tats
2013-11-15 11:50:15 +01:00
parent 3e5552eb08
commit 6fdb413b7a
@@ -75,6 +75,8 @@ void SourceGLCanvas::doRender() {
}
glEnd ();
glDisable(GL_TEXTURE_2D);
// Draw the quad.
Quad& quad = getQuad();