]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Joint.cpp
Applied clang-format on all files
[lugaru.git] / Source / Animation / Joint.cpp
index f615bfe690dec038ccd52ead1f700e7a230bfd79..8d7caf917313a8260ad022cf05f0b69a4c0c9106 100644 (file)
@@ -22,20 +22,20 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #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)
 {
 }