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:
Lubba64 2024-08-06 10:00:32 -04:00 committed by GitHub
parent 5fd0661c15
commit 8e20a3e313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,7 +212,7 @@ where
gizmos: self,
radius,
position,
rotation,
rotation: rotation.normalize(),
color: color.into(),
resolution: DEFAULT_CIRCLE_RESOLUTION,
}