Skip to content

Commit

Permalink
Merge pull request #1709 from UncertainProd/remove-hello
Browse files Browse the repository at this point in the history
Removed unused field `hello` in Float32Array.hx
  • Loading branch information
player-03 committed Aug 19, 2023
2 parents b284e56 + 843e7fc commit d4a04c8
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 d4a04c8

Please sign in to comment.