From 98de361bf4ceb37bebed0d3bac1d1bdd2e5d4874 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Mon, 1 Aug 2016 22:34:28 +0800 Subject: [PATCH] change comment enable the indicator at all modes... --- projects/mtg/src/CardGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/CardGui.cpp b/projects/mtg/src/CardGui.cpp index 29b51f199..145884c06 100644 --- a/projects/mtg/src/CardGui.cpp +++ b/projects/mtg/src/CardGui.cpp @@ -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];