X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FAnimation%2FJoint.cpp;h=8d7caf917313a8260ad022cf05f0b69a4c0c9106;hp=f615bfe690dec038ccd52ead1f700e7a230bfd79;hb=8b6e8f3ad7390309795eb35c0959264cb7924402;hpb=531fd8d27258d6c15d6fd221272c74b48602a85a diff --git a/Source/Animation/Joint.cpp b/Source/Animation/Joint.cpp index f615bfe..8d7caf9 100644 --- a/Source/Animation/Joint.cpp +++ b/Source/Animation/Joint.cpp @@ -22,20 +22,20 @@ along with Lugaru. If not, see . #include "Utils/binio.h" -Joint::Joint() : - blurred(0), - length(0), - mass(0), - lower(false), - hasparent(false), - locked(false), - modelnum(0), - visible(false), - parent(nullptr), - sametwist(false), - label(head), - hasgun(0), - delay(0) +Joint::Joint() + : blurred(0) + , length(0) + , mass(0) + , lower(false) + , hasparent(false) + , locked(false) + , modelnum(0) + , visible(false) + , parent(nullptr) + , sametwist(false) + , label(head) + , hasgun(0) + , delay(0) { }