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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-19 05:42:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 05:42:28 +0400
commit2349370a514866f5558051c839fb6cd63f2599c7 (patch)
tree322f55960720c73be59d0f9661ce94390924a351 /source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
parentefc75018d7a6f47c27ea5ace9abdc6c58f2f7c77 (diff)
fix for typo in r53145
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_MaterialBucket.cpp')
-rw-r--r--source/gameengine/Rasterizer/RAS_MaterialBucket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp b/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
index 54fe19a291f..8ea09029a35 100644
--- a/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
+++ b/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
@@ -605,7 +605,7 @@ void RAS_MaterialBucket::RenderMeshSlot(const MT_Transform& cameratrans, RAS_IRa
if (ms.m_pDeformer)
{
- if (ms.m_pDeformer->Apply(m_material));
+ if (ms.m_pDeformer->Apply(m_material))
ms.m_mesh->SetMeshModified(true);
// KX_ReInstanceShapeFromMesh(ms.m_mesh); // Recompute the physics mesh. (Can't call KX_* from RAS_)
}