Skip to content

Commit 839c385

Browse files
committed
issue cocos2d#2771: fix physics test disable text.
1 parent a788d7c commit 839c385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/Cpp/TestCpp/Classes/PhysicsTest/PhysicsTest.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class PhysicsTestScene : public TestScene
2626
class PhysicsDemoDisabled : public BaseTest
2727
{
2828
public:
29+
CREATE_FUNC(PhysicsDemoDisabled);
30+
2931
virtual void onEnter() override;
3032
};
3133
#else

0 commit comments

Comments
 (0)