Haxe 3.4 compile fix
This commit is contained in:
@@ -69,7 +69,7 @@ abstract Int16Array(JSInt16Array) from JSInt16Array to JSInt16Array
|
||||
|
||||
inline public function toBytes():haxe.io.Bytes
|
||||
{
|
||||
return @:privateAccess new haxe.io.Bytes(cast new JSUint8Array(this.buffer));
|
||||
return @:privateAccess new haxe.io.Bytes(cast new JSUInt8Array(this.buffer));
|
||||
}
|
||||
|
||||
inline function toString()
|
||||
|
||||
Reference in New Issue
Block a user