Jorrit Rouwe 1 سال پیش
والد
کامیت
f161206043
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Jolt/Physics/Collision/Shape/PlaneShape.h

+ 1 - 1
Jolt/Physics/Collision/Shape/PlaneShape.h

@@ -53,7 +53,7 @@ public:
 	const Plane &					GetPlane() const											{ return mPlane; }
 
 	/// Get the half-extent of the bounding box of the plane
-	float							GetHalfExtent() const												{ return mHalfExtent; }
+	float							GetHalfExtent() const										{ return mHalfExtent; }
 
 	// See Shape::MustBeStatic
 	virtual bool					MustBeStatic() const override								{ return true; }