mrk-its / bevy_webgl2

WebGL2 renderer plugin for Bevy game engine
MIT License
172 stars 46 forks source link

text_debug + Robbo example bugged in Firefox #15

Open tigregalis opened 3 years ago

tigregalis commented 3 years ago

The text_debug example is bugged (for me) using the latest Firefox and Firefox Developer Edition on Windows 10.

As you can see below - it will render everything for 2 or 3 frames, but then stop rendering part of the example: broken_text_debug

Chrome displays the example without any problems.

tigregalis commented 3 years ago

The Robbo example doesn't work correctly either (but works in Chrome).

The Robbo sprite itself doesn't display. As you can see below, it's invisible: broken_robbo

codec-abc commented 3 years ago

I have the same thing on FF. On chrome, the game seems to be run way too fast (I have high refresh screen, I don't know if it matters) at which point the robot become very hard to control.