Physics3D/PhysWorld3D: Take BodyIterator by const reference

This commit is contained in:
Lynix
2018-02-12 21:26:14 +01:00
parent 1ca4839def
commit 6e3bcac25d
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ namespace Nz
int CreateMaterial(Nz::String name = Nz::String());
void ForEachBodyInAABB(const Nz::Boxf& box, BodyIterator iterator);
void ForEachBodyInAABB(const Nz::Boxf& box, const BodyIterator& iterator);
Vector3f GetGravity() const;
NewtonWorld* GetHandle() const;