Skip to content

OpenFlight-1.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 19:32
· 75 commits to main since this release

Small hotfix of two different issues, still recommend updating

Fixes

  • Hotfix for Pico hardware double math issue
    • TLDR: Something broke on the Pico specific VRC client that makes double math values get truncated. This broke gliding. This update fixes the issue as we did not need double math in the location it was breaking anyway, but other worlds will currently not have functional gliding on standalone Pico until VRC resolves the canny.
  • Fixed the wrong variable being stored into the defaults list, leading to a script crash when trying to restore the defaults in 1.7.6 only
    • This was introduced as I didn't pay enough attention when copying code around for fallToGlideActivationDelay