summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdl/pyramid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/pyramid.c b/sdl/pyramid.c
index c9859a8..318e27a 100644
--- a/sdl/pyramid.c
+++ b/sdl/pyramid.c
@@ -273,6 +273,7 @@ static void render(void)
/* restore the matrix state */
glPopMatrix();
+ glColor3ub(255, 0, 255);
draw_ground();
/* buffer swap */