Fixed formatting

This commit is contained in:
Dmitry Panin
2014-01-04 10:03:19 -08:00
parent 43fe67d7d8
commit 8e327a27df
2 changed files with 12 additions and 7 deletions

View File

@@ -4723,14 +4723,15 @@ void AVanishing::Update(float dt)
int AVanishing::resolve()
{
return 1;
}
const string AVanishing::getMenuText()
{
if(counterName.find("fade") != string::npos)
return "Fading";
if (counterName.find("fade") != string::npos)
{
return "Fading";
}
return "Vanishing";
}