Merge pull request #4733 from boyu0/Iss2771_physical_disable_text_bug

issue #2771:  fix physics test disable text.
This commit is contained in:
minggo 2013-12-30 02:15:35 -08:00
commit 43636635b0
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ private:
class PhysicsDemoDisabled : public BaseTest
{
public:
CREATE_FUNC(PhysicsDemoDisabled);
virtual void onEnter() override;
};
#else