mirror of https://github.com/axmolengine/axmol.git
issue #2087: [dispatcher] Rename FixedPriorityChangedTest to FixedPriorityTest.
This commit is contained in:
parent
46e1291ce1
commit
8e668cd837
|
@ -260,7 +260,7 @@ private:
|
||||||
bool _useNodePriority;
|
bool _useNodePriority;
|
||||||
};
|
};
|
||||||
|
|
||||||
void FixedPriorityChangedTest::onEnter()
|
void FixedPriorityTest::onEnter()
|
||||||
{
|
{
|
||||||
EventDispatcherTestDemo::onEnter();
|
EventDispatcherTestDemo::onEnter();
|
||||||
|
|
||||||
|
@ -290,12 +290,12 @@ void FixedPriorityChangedTest::onEnter()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string FixedPriorityChangedTest::title()
|
std::string FixedPriorityTest::title()
|
||||||
{
|
{
|
||||||
return "Fixed priority changed test";
|
return "Fixed priority test";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string FixedPriorityChangedTest::subtitle()
|
std::string FixedPriorityTest::subtitle()
|
||||||
{
|
{
|
||||||
return "Fixed Priority, Blue: 30, Red: 20, Yellow: 10\n The lower value the higher priority will be.";
|
return "Fixed Priority, Blue: 30, Red: 20, Yellow: 10\n The lower value the higher priority will be.";
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ public:
|
||||||
virtual std::string subtitle();
|
virtual std::string subtitle();
|
||||||
};
|
};
|
||||||
|
|
||||||
class FixedPriorityChangedTest : public EventDispatcherTestDemo
|
class FixedPriorityTest : public EventDispatcherTestDemo
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void onEnter();
|
virtual void onEnter();
|
||||||
|
|
Loading…
Reference in New Issue