From 105e155adb4f8746187ac3badb8611986842ab28 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Thu, 7 Oct 2010 22:59:49 -0500 Subject: pyramid: change ground color to magneta --- sdl/pyramid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sdl/pyramid.c') 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 */ -- cgit v1.2.3