Skip to content

Commit

Permalink
fix build error for 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Jan 1, 2025
1 parent 4907c20 commit ff16fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapier_wrapper/fluid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ impl PhysicsEngine {
&mut self,
world_handle: WorldHandle,
density: Real,
interaction_groups: salva2d::object::interaction_groups::InteractionGroups,
interaction_groups: salva::object::interaction_groups::InteractionGroups,
) -> HandleDouble {
if let Some(physics_world) = self.get_mut_world(world_handle) {
let particle_radius = physics_world.fluids_pipeline.liquid_world.particle_radius();
Expand Down

0 comments on commit ff16fb5

Please sign in to comment.