mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4733 from boyu0/Iss2771_physical_disable_text_bug
issue #2771: fix physics test disable text.
This commit is contained in:
commit
43636635b0
|
@ -26,6 +26,8 @@ private:
|
|||
class PhysicsDemoDisabled : public BaseTest
|
||||
{
|
||||
public:
|
||||
CREATE_FUNC(PhysicsDemoDisabled);
|
||||
|
||||
virtual void onEnter() override;
|
||||
};
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue