Removed unused field hello in Float32Array.hx
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user