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_SG_NodeRelationships.h')
-rw-r--r--source/gameengine/Ketsji/KX_SG_NodeRelationships.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/gameengine/Ketsji/KX_SG_NodeRelationships.h b/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
index b5ab5302910..5d777f5028f 100644
--- a/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
+++ b/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
@@ -57,7 +57,7 @@ public :
static
KX_NormalParentRelation *
New(
- );
+ );
/**
* Method inherited from KX_ParentRelation
@@ -67,7 +67,7 @@ public :
UpdateChildCoordinates(
SG_Spatial * child,
const SG_Spatial * parent,
- bool& parentUpdated
+ bool& parentUpdated
);
/**
@@ -106,7 +106,7 @@ public :
static
KX_VertexParentRelation *
New(
- );
+ );
/**
* Method inherited from KX_ParentRelation
@@ -116,7 +116,7 @@ public :
UpdateChildCoordinates(
SG_Spatial * child,
const SG_Spatial * parent,
- bool& parentUpdated
+ bool& parentUpdated
);
/**
@@ -162,7 +162,7 @@ public :
KX_SlowParentRelation *
New(
MT_Scalar relaxation
- );
+ );
/**
* Method inherited from KX_ParentRelation
@@ -172,7 +172,7 @@ public :
UpdateChildCoordinates(
SG_Spatial * child,
const SG_Spatial * parent,
- bool& parentUpdated
+ bool& parentUpdated
);
/**