jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.15k stars 169 forks source link

Fix render layer inspector #205

Closed Azorlogh closed 1 month ago

Azorlogh commented 2 months ago

The inspector was clamping the RenderLayers's values to the number of layers which is incorrect. There are no longer limitations on the maximum render layer value since bevy 0.14

jakobhellermann commented 1 month ago

thanks