aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/constraint_bullet.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-07 09:18:11 +0100
committerGitHub2017-12-07 09:18:11 +0100
commit96dbf19093cfc88aa688d4321fd07c2fb9afb259 (patch)
treed5d31273dc27f2a864bdf8620ddd2fe0a8facff5 /modules/bullet/constraint_bullet.cpp
parent5e19fac9872e8ba24a65bf6f9de2fdf9fa360358 (diff)
parent13c2ff932089db24841bb971b645141218bd8586 (diff)
downloadgodot-96dbf19093cfc88aa688d4321fd07c2fb9afb259.tar.gz
godot-96dbf19093cfc88aa688d4321fd07c2fb9afb259.tar.zst
godot-96dbf19093cfc88aa688d4321fd07c2fb9afb259.zip
Diffstat (limited to 'modules/bullet/constraint_bullet.cpp')
-rw-r--r--modules/bullet/constraint_bullet.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/bullet/constraint_bullet.cpp b/modules/bullet/constraint_bullet.cpp
index 08fc36f27..505579ce9 100644
--- a/modules/bullet/constraint_bullet.cpp
+++ b/modules/bullet/constraint_bullet.cpp
@@ -33,8 +33,9 @@
#include "collision_object_bullet.h"
#include "space_bullet.h"
-ConstraintBullet::ConstraintBullet()
- : space(NULL), constraint(NULL) {}
+ConstraintBullet::ConstraintBullet() :
+ space(NULL),
+ constraint(NULL) {}
void ConstraintBullet::setup(btTypedConstraint *p_constraint) {
constraint = p_constraint;