Skip to content

Phaser v3.88.1

Latest
Compare
Choose a tag to compare
@photonstorm photonstorm released this 12 Feb 15:43
· 1 commit to master since this release

Bug Fixes

  • Fixed ReferenceError: GetFastValueOp is not defined in NumberTweenBuilder (thanks Flow)
  • Reverted incorrect change made to SafeRange array util function.
  • Fixed Array.Utils.GetFirst so it correctly handles a negative start index. Fixes Container.getByName returning null and various other similar methods. Fix #7040 (thanks @XWILKINX)