Fix incorrect type in init statement
This commit is contained in:
@@ -864,7 +864,7 @@ class ImageDataUtil
|
||||
var dataView = new ImageDataView(image, rect);
|
||||
var position;
|
||||
var argb:ARGB = new RGBA();
|
||||
var bgra:BGRA = new RGBA();
|
||||
var bgra:BGRA = new BGRA();
|
||||
var pixel:RGBA = new RGBA();
|
||||
var destPosition = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user