Jorrit Rouwe 11 months ago
parent
commit
f161206043
1 changed files with 1 additions and 1 deletions
  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; }