changeset 13474:0e1b59efcef3

Wrong comment, the bitmap is blue, not green.
author diego
date Sun, 26 Sep 2004 12:57:53 +0000
parents daeea32a0956
children 7cd5c542b1b2
files TOOLS/bmovl-test/bmovl-test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/bmovl-test/bmovl-test.c	Sun Sep 26 12:54:00 2004 +0000
+++ b/TOOLS/bmovl-test/bmovl-test.c	Sun Sep 26 12:57:53 2004 +0000
@@ -96,7 +96,7 @@
 	paint(bitmap, (75*75*4), 0, 255, 0, 128);
 	blit(fifo, bitmap, 75, 75, width-50-75, 50, 0, 0);
 
-	// Paint bitmap green, 50% transparent and blit at position -50,50
+	// Paint bitmap blue, 50% transparent and blit at position -50,50
 	paint(bitmap, (75*75*4), 0, 0, 255, 128);
 	blit(fifo, bitmap, 75, 75, 50, height-50-75, 0, 0);