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_DeformableGameObject.h')
-rw-r--r--source/gameengine/Converter/BL_DeformableGameObject.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Converter/BL_DeformableGameObject.h b/source/gameengine/Converter/BL_DeformableGameObject.h
index 95e3b7c517d..6a97e57e477 100644
--- a/source/gameengine/Converter/BL_DeformableGameObject.h
+++ b/source/gameengine/Converter/BL_DeformableGameObject.h
@@ -45,7 +45,7 @@
class BL_ShapeActionActuator;
struct Key;
-class BL_DeformableGameObject : public KX_GameObject
+class BL_DeformableGameObject : public KX_GameObject
{
public:
CValue* GetReplica();
@@ -80,7 +80,7 @@ public:
bool SetActiveAction(class BL_ShapeActionActuator *act, short priority, double curtime);
bool GetShape(vector<float> &shape);
-
+
virtual void SetDeformer(class RAS_Deformer* deformer);
virtual class RAS_Deformer* GetDeformer()
{
@@ -88,9 +88,9 @@ public:
}
public:
-
+
protected:
-
+
RAS_Deformer *m_pDeformer;
class BL_ShapeActionActuator *m_activeAct;