From 212b293803a8c518384007a93fd2665c6640d03c Mon Sep 17 00:00:00 2001 From: fredzio Date: Sun, 18 Oct 2020 00:02:58 +0200 Subject: [PATCH] Use same parameter name in definition and declaration --- apps/openmw/mwphysics/physicssystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwphysics/physicssystem.cpp b/apps/openmw/mwphysics/physicssystem.cpp index 5be614b810..75827d3f99 100644 --- a/apps/openmw/mwphysics/physicssystem.cpp +++ b/apps/openmw/mwphysics/physicssystem.cpp @@ -648,7 +648,7 @@ namespace MWPhysics return false; } - void PhysicsSystem::queueObjectMovement(const MWWorld::Ptr &ptr, const osg::Vec3f &movement) + void PhysicsSystem::queueObjectMovement(const MWWorld::Ptr &ptr, const osg::Vec3f &velocity) { for(auto& movementItem : mMovementQueue) {