You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug in the API (always say which version you're using!)
Version: "@orange-games/phaser-nineslice": "^2.0.0",
Trying to add two instances with a texture from the same atlas causes a WebGL error:
[.Offscreen-For-WebGL-07472F00]GL ERROR :GL_INVALID_OPERATION : glDrawElements: Source and destination textures of the draw are the same.
The result is that the second instance doesn't show up.
Well If it's really a Phaser-ce bug, then this should get fixed at some point and your lib would work right? My point being that if that is the case I can go vote for this issue on Phaser-ce github and possibly try to fix it at some point when I find the time?
Version: "@orange-games/phaser-nineslice": "^2.0.0",
Trying to add two instances with a texture from the same atlas causes a WebGL error:
[.Offscreen-For-WebGL-07472F00]GL ERROR :GL_INVALID_OPERATION : glDrawElements: Source and destination textures of the draw are the same.
The result is that the second instance doesn't show up.
The code that causes the error:
The text was updated successfully, but these errors were encountered: