mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix gizmos regression (#14633)
# Objective - Fixes #14142 ## Solution - Make sure a regression test is written on this case that fails for the current code base but works with the suggested patch linked in the aforementioned issue. After this is confirmed to be working, apply the patch. ## Testing - Run the regression test in both contexts, outputs were as expected.
This commit is contained in:
parent
5fd0661c15
commit
8e20a3e313
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ where
|
|||
gizmos: self,
|
||||
radius,
|
||||
position,
|
||||
rotation,
|
||||
rotation: rotation.normalize(),
|
||||
color: color.into(),
|
||||
resolution: DEFAULT_CIRCLE_RESOLUTION,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue