mathieuanthoine / PixiGAFPlayer

GAF Player for PixiJS
MIT License
23 stars 4 forks source link

bug fix: readShort's range is –32768 to 32767, instead of -128 to 127 #8

Closed haskasu closed 6 years ago

haskasu commented 6 years ago

update readShort's range to –32768 to 32767 this also fix the bug where GAFMovieClip's startFrameNo becomes negative if frameNo is greater than 127.

Hitek55 commented 6 years ago

Thanks a lot for fix, long could not understand why my MovieClips break for no reason.