Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/ikbone.h')
-rw-r--r--Source/Graphics/ikbone.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/Graphics/ikbone.h b/Source/Graphics/ikbone.h
index 00b45d20..802771ff 100644
--- a/Source/Graphics/ikbone.h
+++ b/Source/Graphics/ikbone.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: ikbone.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -40,8 +40,6 @@ struct BlendedBonePath {
IKBone ik_bone;
float weight;
BoneTransform transform;
- BoneTransform unmodified_transform; // Set by animationclient
- BlendedBonePath():
- weight(0.0f)
- {}
+ BoneTransform unmodified_transform; // Set by animationclient
+ BlendedBonePath() : weight(0.0f) {}
};