aevyrie / bevy_framepace

Framepacing and framelimiting for Bevy
https://crates.io/crates/bevy_framepace
Apache License 2.0
245 stars 23 forks source link

Non pipelined and wasm fix #34

Closed aevyrie closed 1 year ago

aevyrie commented 1 year ago

Fixes the application for non-pipelined usage. Consequently, this fixes a panic in WASM builds.

Closes #33