We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a788d7c commit 839c385Copy full SHA for 839c385
samples/Cpp/TestCpp/Classes/PhysicsTest/PhysicsTest.h
@@ -26,6 +26,8 @@ class PhysicsTestScene : public TestScene
26
class PhysicsDemoDisabled : public BaseTest
27
{
28
public:
29
+ CREATE_FUNC(PhysicsDemoDisabled);
30
+
31
virtual void onEnter() override;
32
};
33
#else
0 commit comments