aevyrie / bevy_mod_picking

Picking and pointer events for Bevy.
https://crates.io/crates/bevy_mod_picking
Apache License 2.0
764 stars 170 forks source link

Ignore UI nodes with a ZERO rect #321

Closed keis closed 2 months ago

keis commented 5 months ago

Continuing computation with these nodes leads to a false positive hit after a division with zero.

Fixes #320