Skip to content

Commit

Permalink
Merge pull request #53183 from m4nu3lf/threadsafe_bullet_3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Sep 29, 2021
2 parents 585a9c2 + 6f81c21 commit fba9fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bullet/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if env["builtin_bullet"]:

env_bullet.Prepend(CPPPATH=[thirdparty_dir])

env_bullet.Append(CPPDEFINES=["BT_USE_OLD_DAMPING_METHOD"])
env_bullet.Append(CPPDEFINES=["BT_USE_OLD_DAMPING_METHOD", "BT_THREADSAFE"])

env_thirdparty = env_bullet.Clone()
env_thirdparty.disable_warnings()
Expand Down

0 comments on commit fba9fb2

Please sign in to comment.