summaryrefslogtreecommitdiff
path: root/servers/physics
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-11-05 12:01:00 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-02-11 12:05:19 +0100
commitfff4240bb43a9e5680017087def8b884a23ff657 (patch)
tree281fe803d2da04ee13d940bdbe692ee5bdcce8b0 /servers/physics
parentb509c814fcf91dbd4a9c19a307882dc26dec13e3 (diff)
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.
Diffstat (limited to 'servers/physics')
-rw-r--r--servers/physics/constraint_sw.h2
-rw-r--r--servers/physics/shape_sw.h4
-rw-r--r--servers/physics/space_sw.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/servers/physics/constraint_sw.h b/servers/physics/constraint_sw.h
index 20fb8d862d..22f31b411b 100644
--- a/servers/physics/constraint_sw.h
+++ b/servers/physics/constraint_sw.h
@@ -33,7 +33,7 @@
#include "body_sw.h"
-class ConstraintSW {
+class ConstraintSW {
BodySW **_body_ptr;
int _body_count;
diff --git a/servers/physics/shape_sw.h b/servers/physics/shape_sw.h
index c9f38dd51c..62a6cb7f29 100644
--- a/servers/physics/shape_sw.h
+++ b/servers/physics/shape_sw.h
@@ -48,7 +48,7 @@ SHAPE_CUSTOM, ///< Server-Implementation based custom shape, calling shape_creat
class ShapeSW;
-class ShapeOwnerSW {
+class ShapeOwnerSW {
public:
virtual void _shape_changed() = 0;
virtual void remove_shape(ShapeSW *p_shape) = 0;
@@ -56,7 +56,7 @@ public:
virtual ~ShapeOwnerSW() {}
};
-class ShapeSW {
+class ShapeSW {
RID self;
AABB aabb;
diff --git a/servers/physics/space_sw.h b/servers/physics/space_sw.h
index 6db5c2224b..9e82720a75 100644
--- a/servers/physics/space_sw.h
+++ b/servers/physics/space_sw.h
@@ -59,7 +59,7 @@ public:
PhysicsDirectSpaceStateSW();
};
-class SpaceSW {
+class SpaceSW {
public:
enum ElapsedTime {