aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics')
-rw-r--r--examples/graphics/gte/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphics/gte/main.c b/examples/graphics/gte/main.c
index ba96ace..1257c88 100644
--- a/examples/graphics/gte/main.c
+++ b/examples/graphics/gte/main.c
@@ -265,7 +265,7 @@ void init() {
SetDefDrawEnv( &db[0].draw, SCREEN_XRES, 0, SCREEN_XRES, SCREEN_YRES );
/* Enable draw area clear and dither processing */
- setRGB0( &db[0].draw, 0, 255, 0 );
+ setRGB0( &db[0].draw, 63, 0, 127 );
db[0].draw.isbg = 1;
db[0].draw.dtd = 1;