mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Prepare 3.80.1 bugfix release.
This commit is contained in:
parent
37ba3510f2
commit
2615cf6a0f
3 changed files with 8 additions and 5 deletions
7
changelog/3.80.1/CHANGELOG-v3.80.1.md
Normal file
7
changelog/3.80.1/CHANGELOG-v3.80.1.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Version 3.80.1 - Nino - 27 February 2024
|
||||
|
||||
# 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.
|
|
@ -12,10 +12,6 @@
|
|||
|
||||
# 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.
|
||||
|
||||
## Examples, Documentation, Beta Testing and TypeScript
|
||||
|
||||
Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.90.0-beta.1",
|
||||
"version": "3.80.1",
|
||||
"release": "Itsuki",
|
||||
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
|
||||
"author": "Richard Davey <rich@phaser.io> (https://www.phaser.io)",
|
||||
|
|
Loading…
Reference in a new issue