mirror of https://github.com/axmolengine/axmol.git
delete Time of Impact test which can not shown
This commit is contained in:
parent
9b75fc5595
commit
48854f4649
|
@ -76,7 +76,7 @@ TestEntry g_testEntries[] =
|
||||||
{"Convex Hull", ConvexHull::Create},
|
{"Convex Hull", ConvexHull::Create},
|
||||||
{"Apply Force", ApplyForce::Create},
|
{"Apply Force", ApplyForce::Create},
|
||||||
{"Continuous Test", ContinuousTest::Create},
|
{"Continuous Test", ContinuousTest::Create},
|
||||||
{"Time of Impact", TimeOfImpact::Create},
|
// {"Time of Impact", TimeOfImpact::Create},
|
||||||
{"Motor Joint", MotorJoint::Create},
|
{"Motor Joint", MotorJoint::Create},
|
||||||
{"One-Sided Platform", OneSidedPlatform::Create},
|
{"One-Sided Platform", OneSidedPlatform::Create},
|
||||||
{"Mobile", Mobile::Create},
|
{"Mobile", Mobile::Create},
|
||||||
|
|
Loading…
Reference in New Issue