2
0
ncannasse 11 жил өмнө
parent
commit
0d5a66eb55
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      hxd/BitmapData.hx

+ 1 - 1
hxd/BitmapData.hx

@@ -61,7 +61,7 @@ abstract BitmapData(InnerData) {
 		#end
 	}
 	
-	public inline function getPixel( x : Int, y : Int ) {
+	public inline function getPixel( x : Int, y : Int ) : Int {
 		#if flash
 		return this.getPixel32(x, y);
 		#else