This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-22 19:13:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
08606d934c
phaser
/
src
/
scale
History
Richard Davey
72e2857882
The
EXPAND
Scale Mode would cause the error "Framebuffer status: Incomplete Attachment" under WebGL if the Phaser game loaded into an iframe or element with a size of 0 on either axis, such as when you load the game into a 0x0 iframe before expanding it. It now protects against divide by zero errors.
2024-10-10 16:54:46 +01:00
..
const
Update ORIENTATION_CONST.js
2024-06-18 15:53:49 +08:00
events
Updated copyright year, company and author
2024-02-19 17:12:24 +00:00
index.js
Expose const EXPAND definition
2024-05-31 11:46:16 +08:00
ScaleManager.js
The
EXPAND
Scale Mode would cause the error "Framebuffer status: Incomplete Attachment" under WebGL if the Phaser game loaded into an iframe or element with a size of 0 on either axis, such as when you load the game into a 0x0 iframe before expanding it. It now protects against divide by zero errors.
2024-10-10 16:54:46 +01:00