
# Objective - Fixes #17390 ## Solution - Remove Component derive ## Testing - cargo clippy
7 lines
243 B
Markdown
7 lines
243 B
Markdown
---
|
|
title: Location is not a Component anymore
|
|
pull_requests: [19306]
|
|
---
|
|
|
|
`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.
|