summaryrefslogtreecommitdiff
path: root/modules/bullet/constraint_bullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bullet/constraint_bullet.h')
-rw-r--r--modules/bullet/constraint_bullet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/constraint_bullet.h b/modules/bullet/constraint_bullet.h
index 89ad150257..1946807bad 100644
--- a/modules/bullet/constraint_bullet.h
+++ b/modules/bullet/constraint_bullet.h
@@ -64,7 +64,7 @@ public:
public:
virtual ~ConstraintBullet() {
bulletdelete(constraint);
- constraint = NULL;
+ constraint = nullptr;
}
_FORCE_INLINE_ btTypedConstraint *get_bt_constraint() { return constraint; }