Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.24 KB

CHANGELOG-v3.80.1.md

File metadata and controls

16 lines (11 loc) · 1.24 KB

Version 3.80.1 - Nino - 27th February 2024

Please also see the 3.80 Change Log for details about the major 3.80 release.

Bug Fixes

  • Fix RenderTexture crashing in the presence of a light.
  • Fix failure to restore compressed textures after WebGL context loss.
  • Fix a single WebGL error, with no visual side-effects, from occurring while calling Shader.setRenderToTexture() after the game has started running. Actually, the root cause was leaving new WebGL textures bound after creation.
  • Ensure that TextureSource.setFlipY always updates the texture.
  • Remove unsynced flipY from render textures in Shader and DynamicTexture.
  • Reverted a change made in TouchManager that would prevent clicks from outside the game window from being registered. Fix #6747 (thanks @ulsoftnaver @jaxtheking)

Updates