Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 2, 2024
1 parent d3b730c commit dc87922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parry2d/examples/raycasts_animated.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use macroquad::prelude::*;
use nalgebra::{Isometry2, Point2, Unit, UnitComplex, Vector2};
use nalgebra::{Isometry2, Point2, UnitComplex, Vector2};
use parry2d::math::Isometry;
use parry2d::query::{Ray, RayCast};
use parry2d::shape::Cuboid;
Expand Down

0 comments on commit dc87922

Please sign in to comment.