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/Converter/BL_ArmatureObject.cpp')
-rw-r--r--source/gameengine/Converter/BL_ArmatureObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Converter/BL_ArmatureObject.cpp b/source/gameengine/Converter/BL_ArmatureObject.cpp
index 34d706eff03..619797a8c69 100644
--- a/source/gameengine/Converter/BL_ArmatureObject.cpp
+++ b/source/gameengine/Converter/BL_ArmatureObject.cpp
@@ -114,7 +114,7 @@ void game_copy_pose(bPose **dst, bPose *src, int copy_constraint)
ListBase listb;
// copy all constraint for backward compatibility
// BKE_copy_constraints NULLs listb, no need to make extern for this operation.
- BKE_copy_constraints(&listb, &pchan->constraints, FALSE);
+ BKE_copy_constraints(&listb, &pchan->constraints, false);
pchan->constraints= listb;
}
else {