changeset 4857:579dabb141ea

Raised binarization cutoff to eliminate alpha-blending of trollface.
author egottlieb
date Mon, 16 Aug 2010 09:55:35 -0400
parents 1ff5dfaafdc8
children 10b96029e734
files test/testshape.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/testshape.c	Mon Aug 16 01:17:19 2010 -0400
+++ b/test/testshape.c	Mon Aug 16 09:55:35 2010 -0400
@@ -85,7 +85,7 @@
 		format = pictures[i].surface->format;
 		if(format->Amask != 0) {
 			pictures[i].mode.mode = ShapeModeBinarizeAlpha;
-			pictures[i].mode.parameters.binarizationCutoff = 1;
+			pictures[i].mode.parameters.binarizationCutoff = 255;
 		}
 		else {
 			pictures[i].mode.mode = ShapeModeColorKey;