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_BoneParentNodeRelationship.h')
-rw-r--r--source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h b/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
index 6f4fd482198..957d514246b 100644
--- a/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
+++ b/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
@@ -23,7 +23,7 @@
* Contributor(s): none yet.
*
* ***** END GPL LICENSE BLOCK *****
- *
+ *
*/
/** \file KX_SG_BoneParentNodeRelationship.h
@@ -32,14 +32,14 @@
#ifndef __KX_SG_BONEPARENTNODERELATIONSHIP_H__
#define __KX_SG_BONEPARENTNODERELATIONSHIP_H__
-
+
#include "SG_Spatial.h"
#include "SG_ParentRelation.h"
struct Bone;
/**
- * Bone parent relationship parents a child SG_Spatial frame to a
+ * Bone parent relationship parents a child SG_Spatial frame to a
* bone in an armature object.
*/
class KX_BoneParentRelation : public SG_ParentRelation
@@ -54,7 +54,7 @@ public :
* to a Blender struct Bone - this should be fixed if
*/
- static
+ static
KX_BoneParentRelation *
New(Bone* bone
);