diff mde/font/FontTexture.d @ 86:79d816b3e2d2

New InitStage system, Screen & Screen.Drawable, separate testing and guiDemo binaries. This (and the previous) commit are the result of several quite significant changes to mde. All the unittests run, but it hasn't had a huge amount of testing so don't be surprised if bugs show up.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 12 Sep 2008 17:36:14 +0100
parents 56c0ddd90193
children 97e6dce08037
line wrap: on
line diff
--- a/mde/font/FontTexture.d	Thu Sep 11 11:33:51 2008 +0100
+++ b/mde/font/FontTexture.d	Fri Sep 12 17:36:14 2008 +0100
@@ -329,7 +329,6 @@
         glBlendFunc (GL_ONE, GL_ONE_MINUS_SRC_COLOR);
         float[4] Cc = [ 1.0f, 1f, 1f, 1f ];
         glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, Cc.ptr);
-        glColor3f (1f, 0f, 0f);
         
         glBegin (GL_QUADS);
         glTexCoord2f (0f, 0f);	glVertex2i (0, 0);