diff --git a/test/Physics/LolPhysics.h b/test/Physics/LolPhysics.h index 11c6f1e7..e72f3da0 100644 --- a/test/Physics/LolPhysics.h +++ b/test/Physics/LolPhysics.h @@ -156,7 +156,7 @@ public: } //Sets the simulation gravity. - void SetWorldLimit(vec3 &NewWorldMin, vec3 &NewWorldMax) + void SetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax) { m_world_min = NewWorldMin; m_world_max = NewWorldMax;