change comment

enable the indicator at all modes...
This commit is contained in:
Anthony Calosa
2016-08-01 22:34:28 +08:00
committed by GitHub
parent c1df10e064
commit 98de361bf4

View File

@@ -440,7 +440,7 @@ void CardGui::Render()
else if(card->chooseacolor == 5)
buff += "\n-White";
}
if(buff != "")//enable indicator at all times
if(buff != "")//enable indicator at all modes
{
mFont->SetScale(DEFAULT_MAIN_FONT_SCALE);
char buffer[200];