summaryrefslogtreecommitdiffstats
path: root/sdl
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2010-10-07 22:59:49 -0500
committerKamil Kaminski <kamilkss@gmail.com>2010-10-07 22:59:49 -0500
commit105e155adb4f8746187ac3badb8611986842ab28 (patch)
tree081cb714332fc5b28833e515a330627b5879598c /sdl
parent23a164b71b742d7a67d3aec3a4e32f4e4f8a2b18 (diff)
downloadGLPyramid-105e155adb4f8746187ac3badb8611986842ab28.tar.gz
GLPyramid-105e155adb4f8746187ac3badb8611986842ab28.tar.bz2
GLPyramid-105e155adb4f8746187ac3badb8611986842ab28.zip
pyramid: change ground color to magneta
Diffstat (limited to 'sdl')
-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 */