Fix code formatting issues and VS compilation

Also temporarily disable multicheck build so that we get a full build
even when there are style issues on Vulkan.

Fixes #33356.
This commit is contained in:
Rémi Verschelde 2019-11-05 12:01:00 +01:00
parent b509c814fc
commit fff4240bb4
51 changed files with 1438 additions and 1115 deletions

View file

@ -33,7 +33,7 @@
#include "body_2d_sw.h"
class Constraint2DSW {
class Constraint2DSW {
Body2DSW **_body_ptr;
int _body_count;

View file

@ -48,7 +48,7 @@ SHAPE_CUSTOM, ///< Server-Implementation based custom shape, calling shape_creat
class Shape2DSW;
class ShapeOwner2DSW {
class ShapeOwner2DSW {
public:
virtual void _shape_changed() = 0;
virtual void remove_shape(Shape2DSW *p_shape) = 0;
@ -56,7 +56,7 @@ public:
virtual ~ShapeOwner2DSW() {}
};
class Shape2DSW {
class Shape2DSW {
RID self;
Rect2 aabb;

View file

@ -61,7 +61,7 @@ public:
Physics2DDirectSpaceStateSW();
};
class Space2DSW {
class Space2DSW {
public:
enum ElapsedTime {