jakobhellermann / bevy-inspector-egui

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

Register Vec3A to InspectableRegistry #65

Closed YoshieraHuang closed 2 years ago

YoshieraHuang commented 2 years ago

Vec3A is used in Aabb component for performance but it is not registered in the InspectableRegistry.