openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
753 stars 365 forks source link

Removed unused field `hello` in Float32Array.hx #1709

Closed UncertainProd closed 1 year ago

UncertainProd commented 1 year ago

Fixes #1708 There's an unused field called hello in lime/utils/Float32Array.hx, which seems to have been added by mistake. This PR just removes it

player-03 commented 1 year ago

Added all the way back in 2016, in an otherwise-unrelated commit. I assume it was used for quickly debugging something, and wasn't meant to be included in the commit. (I say this because I often do something similar, though I always call it debug.)