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/KX_SoftBodyDeformer.h')
-rw-r--r--source/gameengine/Converter/KX_SoftBodyDeformer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Converter/KX_SoftBodyDeformer.h b/source/gameengine/Converter/KX_SoftBodyDeformer.h
index d7bc088e1c0..cc7f81ce0c7 100644
--- a/source/gameengine/Converter/KX_SoftBodyDeformer.h
+++ b/source/gameengine/Converter/KX_SoftBodyDeformer.h
@@ -68,7 +68,7 @@ public:
}
virtual bool UpdateBuckets(void)
{
- // this is to update the mesh slots outside the rasterizer,
+ // this is to update the mesh slots outside the rasterizer,
// no need to do it for this deformer, it's done in any case in Apply()
return false;
}