Format more engine code
This commit is contained in:
@@ -10,16 +10,14 @@
|
||||
/// <seealso cref="Joint" />
|
||||
API_CLASS() class FLAXENGINE_API FixedJoint : public Joint
|
||||
{
|
||||
DECLARE_SCENE_OBJECT(FixedJoint);
|
||||
DECLARE_SCENE_OBJECT(FixedJoint);
|
||||
public:
|
||||
|
||||
// [Joint]
|
||||
#if USE_EDITOR
|
||||
void OnDebugDrawSelected() override;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
||||
// [Joint]
|
||||
void* CreateJoint(const PhysicsJointDesc& desc) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user