]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Joint.cpp
Removed empty destructors. Joint::label is a bodypart
[lugaru.git] / Source / Animation / Joint.cpp
index 96f94c97ac6d5a03546017cd8ff63e54cd0ed1b6..4d3dd7c3e98d110bf0c1070ebe412148bd1e3156 100644 (file)
@@ -32,7 +32,7 @@ Joint::Joint() :
     visible(false),
     parent(nullptr),
     sametwist(false),
-    label(0),
+    label(head),
     hasgun(0),
     delay(0)
 {