From 09abf1b529b4226f585ecfbb20866715b901755b Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 1 Dec 2021 13:34:22 +0800 Subject: +fpm --- Client/Source/Phy2D/Dynamic/Joint.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Client/Source/Phy2D/Dynamic/Joint.cpp') diff --git a/Client/Source/Phy2D/Dynamic/Joint.cpp b/Client/Source/Phy2D/Dynamic/Joint.cpp index e0d10f9..95f7c64 100644 --- a/Client/Source/Phy2D/Dynamic/Joint.cpp +++ b/Client/Source/Phy2D/Dynamic/Joint.cpp @@ -1,8 +1,8 @@ -#include "Joint.h" -#include "Body.h" -#include "World.h" - -using namespace Phy2D; +#include "Joint.h" +#include "Body.h" +#include "World.h" + +using namespace Phy2D; void Joint::Set(Body* b1, Body* b2, const Vec2& anchor) { @@ -98,5 +98,5 @@ void Joint::ApplyImpulse() P += impulse; } - - + + -- cgit v1.1-26-g67d0