Skip to content

Instantly share code, notes, and snippets.

@z-ohnami
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z-ohnami/11219430 to your computer and use it in GitHub Desktop.
Save z-ohnami/11219430 to your computer and use it in GitHub Desktop.
Fix OpenFL part 1
(in /usr/lib/haxe/lib/openfl-native/1,3,0/flash/utils/ByteArray.hx)
276 //public function readDouble ():Float {
277 override public function readDouble (position:Int):Float { //modify !!
278
279 if (position + 8 > length) {
308 //public function readFloat ():Float {
309 override public function readFloat (position:Int):Float { //modify !!
310
311 if (position + 4 > length) {
312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment