mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
fix bad --no-extras option for InverseDynamcis
This commit is contained in:
parent
1c30453ae4
commit
b8f72ee56b
@ -228,7 +228,7 @@
|
||||
-- include "../test/hello_gtest"
|
||||
include "../test/collision"
|
||||
if not _OPTIONS["no-bullet3"] then
|
||||
if _OPTIONS["no-extras"] then
|
||||
if not _OPTIONS["no-extras"] then
|
||||
include "../test/InverseDynamics"
|
||||
end
|
||||
include "../test/TestBullet3OpenCL"
|
||||
|
Loading…
Reference in New Issue
Block a user