mirror of https://github.com/axmolengine/axmol.git
issue #2087: Renaming EventDispatcherTest name to EventDispatcherTest(NEW)
This commit is contained in:
parent
8bb406a1ec
commit
4288160d50
|
@ -42,7 +42,7 @@ struct {
|
|||
#endif
|
||||
{ "CurrentLanguageTest", []() { return new CurrentLanguageTestScene(); } },
|
||||
{ "DrawPrimitivesTest", [](){return new DrawPrimitivesTestScene();} },
|
||||
{ "EventDispatcherTest", []() { return new EventDispatcherTestScene(); } },
|
||||
{ "EventDispatcherTest(NEW)", []() { return new EventDispatcherTestScene(); } },
|
||||
{ "EffectAdvancedTest", []() { return new EffectAdvanceScene(); } },
|
||||
{ "EffectsTest", [](){return new EffectTestScene();} },
|
||||
{ "ExtensionsTest", []() { return new ExtensionsTestScene(); } },
|
||||
|
|
Loading…
Reference in New Issue