jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.12k stars 166 forks source link

Fix world inspector panic due to no PrimaryWindow #132

Closed MWFIAE closed 1 year ago

MWFIAE commented 1 year ago

Should fix #131

jakobhellermann commented 1 year ago

Thanks! Could you add the same to the other quick plugins? I think they have the same issue

MWFIAE commented 1 year ago

Of course will add it everywhere! Btw. I'm not sure why the checks are failing, I think it has nothing to do with my changes?

jakobhellermann commented 1 year ago

Btw. I'm not sure why the checks are failing, I think it has nothing to do with my changes?

Yeah that seems to be broken in main.

Thanks for the PR and waiting for me to review it