sarkahn / bevy_ascii_terminal

A simple terminal for rendering ascii in bevy.
MIT License
95 stars 13 forks source link

fixed query not catching MeshData and MeshResource #1

Closed bzm3r closed 3 years ago

bzm3r commented 3 years ago

I asked on Bevy Discord for help, and it turns out that to register a tuple of components, we must use insert_bundle. That fixes the issue!