Compile fix
This commit is contained in:
@@ -221,6 +221,6 @@ class ImageBuffer
|
||||
|
||||
@:noCompletion private function get_stride():Int
|
||||
{
|
||||
return width * bitsPerPixel / 8;
|
||||
return width * Std.int(bitsPerPixel / 8);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user