closed #4513: fix titles.

This commit is contained in:
boyu0 2014-03-24 18:20:11 +08:00
parent 759ec61639
commit 1520f85b32
1 changed files with 4 additions and 4 deletions

View File

@ -1828,12 +1828,12 @@ std::string ReorderParticleSystems::subtitle() const
std::string PremultipliedAlphaTest::title() const
{
return "premultiplied alpha";
return "premultiplied alpha and readd child test";
}
std::string PremultipliedAlphaTest::subtitle() const
{
return "no black halo, particles should fade out";
return "no black halo, particles should fade out\n animation should be normal";
}
void PremultipliedAlphaTest::readdPaticle(float delta)
@ -1898,12 +1898,12 @@ void PremultipliedAlphaTest2::onEnter()
std::string PremultipliedAlphaTest2::title() const
{
return "premultiplied alpha and readd child test";
return "premultiplied alpha 2";
}
std::string PremultipliedAlphaTest2::subtitle() const
{
return "Arrows should be faded\n animation should be normal";
return "Arrows should be faded";
}