
# Objective - Fixes #17390 ## Solution - Remove Component derive ## Testing - cargo clippy
243 B
243 B
title | pull_requests | |
---|---|---|
Location is not a Component anymore |
|
bevy_picking::Location
was erroneously made a Component
. It is no longer one, bevy_picking::PointerLocation
wraps a Location
and is the intended usage pattern.