forgot these

This commit is contained in:
Anthony Calosa
2016-08-06 19:55:18 +08:00
parent d43693fef0
commit 4f27c8051a
2 changed files with 3 additions and 2 deletions

View File

@@ -344,7 +344,8 @@ void CardSelector::Render()
float modx = 14.f;
Pos npos = Pos(bigpos.x+modx,bigpos.y-4.f,bigpos.zoom-(bigpos.zoom/5),bigpos.t,bigpos.alpha);
//render card
card->DrawCard(npos, mDrawMode);
bool ingame = observer?true:false;
card->DrawCard(npos, mDrawMode, false, false, false,ingame);
}
}
}