diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-05 12:49:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 12:05:24 +0100 |
commit | 7f430b03a70e70ba9f63c192beb2f31dd884f907 (patch) | |
tree | 281fe803d2da04ee13d940bdbe692ee5bdcce8b0 /servers/physics/shape_sw.h | |
parent | b509c814fcf91dbd4a9c19a307882dc26dec13e3 (diff) | |
parent | fff4240bb43a9e5680017087def8b884a23ff657 (diff) |
Merge pull request #33359 from akien-mga/vulkan
Fix code formatting issues and VS compilation
Diffstat (limited to 'servers/physics/shape_sw.h')
-rw-r--r-- | servers/physics/shape_sw.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |