From 59e5d8e7f9151f9a3ba06c1c6414aa4ffc19fa4d Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Thu, 3 Jun 2021 09:57:56 +0200 Subject: Add nalgebra to the prelude to make the macros work out of the box --- examples3d/heightfield3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d/heightfield3.rs') diff --git a/examples3d/heightfield3.rs b/examples3d/heightfield3.rs index 7f5979a..bb93667 100644 --- a/examples3d/heightfield3.rs +++ b/examples3d/heightfield3.rs @@ -1,4 +1,4 @@ -use na::ComplexField; +use rapier3d::na::ComplexField; use rapier3d::prelude::*; use rapier_testbed3d::Testbed; -- cgit