1
0
forked from mirrors/0ad

Stopped undesirable loading-screen blending

This was SVN commit r2043.
This commit is contained in:
Ykkrosh
2005-03-24 00:02:54 +00:00
parent 5078dc1f67
commit b58a6339bb
+1
View File
@@ -530,6 +530,7 @@ void GUIRenderer::Draw(DrawCalls &Calls)
{
// Called every frame, to draw the object (based on cached calculations)
glDisable(GL_BLEND);
// Iterate through each DrawCall, and execute whatever drawing code is being called
for (DrawCalls::const_iterator cit = Calls.begin(); cit != Calls.end(); ++cit)