Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Physics/Sumo/SumoPhysicsController.cpp')
-rw-r--r--source/gameengine/Physics/Sumo/SumoPhysicsController.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp b/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
index 87513f1a18c..5301e125ce1 100644
--- a/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
+++ b/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp
@@ -83,7 +83,7 @@ float SumoPhysicsController::getMass()
return 0.f;
}
-bool SumoPhysicsController::SynchronizeMotionStates(float time)
+bool SumoPhysicsController::SynchronizeMotionStates(float)
{
if (m_bFirstTime)
{
@@ -370,12 +370,12 @@ void SumoPhysicsController::PostProcessReplica(class PHY_IMotionState* motionst
m_sumoScene->add(* (m_sumoObj));
}
-void SumoPhysicsController::SetSimulatedTime(float time)
+void SumoPhysicsController::SetSimulatedTime(float)
{
}
-void SumoPhysicsController::WriteMotionStateToDynamics(bool nondynaonly)
+void SumoPhysicsController::WriteMotionStateToDynamics(bool)
{
}