Browse Source

Enum typo.

Mark Sibly 8 years ago
parent
commit
be5a6390a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/std/graphics/pixmap.monkey2

+ 1 - 1
modules/std/graphics/pixmap.monkey2

@@ -236,7 +236,7 @@ Class Pixmap Extends Resource
 		Select _format
 		Case PixelFormat.A8
 			p[0]=color Shr 24
-		Case Format.I8
+		Case PixelFormat.I8
 			p[0]=color Shr 16
 		Case PixelFormat.IA16
 			p[0]=color Shr 24