diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-27 16:44:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 16:44:17 +0200 |
| commit | f7e2ff5223aa90fb95e02c4a96cc9261c91f3376 (patch) | |
| tree | d30bc9dd4e6a4e3aa13b38f2574772f7da737ca4 /modules | |
| parent | 3fff0dda393e2496744a57d0e3897827c0bdc504 (diff) | |
| parent | 3e7db60d56d5c25d7aa3fded4b90f36ca341159c (diff) | |
| download | redot-engine-f7e2ff5223aa90fb95e02c4a96cc9261c91f3376.tar.gz | |
Merge pull request #38253 from nekomatata/bullet-update-2.90
Update to bullet master (2.90)
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/bullet/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bullet/SCsub b/modules/bullet/SCsub index 692c749886..6f64edce3d 100644 --- a/modules/bullet/SCsub +++ b/modules/bullet/SCsub @@ -175,6 +175,7 @@ if env["builtin_bullet"]: "BulletSoftBody/btDeformableContactProjection.cpp", "BulletSoftBody/btDeformableMultiBodyDynamicsWorld.cpp", "BulletSoftBody/btDeformableContactConstraint.cpp", + "BulletSoftBody/poly34.cpp", # clew "clew/clew.c", # LinearMath |
