Skip to content

Geode v3.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 21:29
· 234 commits to main since this release
29dba46

This release is a hotfix for people that had weird texture issues, weird editor issues, all around weird things. All caused by a missing locale.

Changelog

  • Move ObjectDecoder and its delegate to Cocos headers (95f9eeb, dceb91e)
  • Fix weird behavior with textures, objects and more by changing en-US.utf8 locale to C (2cd1a9e)
  • Change all C number parsing to use numFromString to further remove the risk of this happening again (006ede8)