Skip to content

Commit

Permalink
chore(CI): fix error from bevy_internal CI lint
Browse files Browse the repository at this point in the history
Authored-by: RobWalt <robwalter96@gmail.com>
  • Loading branch information
RobWalt committed Jan 31, 2024
1 parent 8312cae commit 9822690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/3d/3d_gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

use std::f32::consts::PI;

use bevy::prelude::*;
use bevy_internal::math::primitives::{
use bevy::math::primitives::{
Capsule3d, Cone, ConicalFrustum, Cuboid, Cylinder, Line3d, Plane3d, Segment3d, Sphere, Torus,
};
use bevy::prelude::*;

fn main() {
App::new()
Expand Down

0 comments on commit 9822690

Please sign in to comment.