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/Ketsji/KX_VertexProxy.h')
-rw-r--r--source/gameengine/Ketsji/KX_VertexProxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_VertexProxy.h b/source/gameengine/Ketsji/KX_VertexProxy.h
index 49fa8ca88c9..acae9cf5a34 100644
--- a/source/gameengine/Ketsji/KX_VertexProxy.h
+++ b/source/gameengine/Ketsji/KX_VertexProxy.h
@@ -40,8 +40,9 @@ class KX_VertexProxy : public SCA_IObject
protected:
class RAS_TexVert* m_vertex;
+ class KX_MeshProxy* m_mesh;
public:
- KX_VertexProxy(class RAS_TexVert* vertex);
+ KX_VertexProxy(class KX_MeshProxy*mesh, class RAS_TexVert* vertex);
virtual ~KX_VertexProxy();
// stuff for cvalue related things