Skip to content

Commit

Permalink
Removed unused field hello in Float32Array.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed Aug 19, 2023
1 parent b284e56 commit 843e7fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lime/utils/Float32Array.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 843e7fc

Please sign in to comment.