Removed unused field hello in Float32Array.hx

This commit is contained in:
UncertainProd
2023-08-19 22:02:19 +05:30
parent b284e56d4e
commit 843e7fc873

View File

@@ -93,7 +93,6 @@ import lime.utils.ArrayBufferView;
abstract Float32Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView
{
public inline static var BYTES_PER_ELEMENT:Int = 4;
public static var hello:Int;
public var length(get, never):Int;