Fixes to primitives

This commit is contained in:
Eduardo
2019-05-05 21:13:48 -05:00
parent 0af443b753
commit eb7d8850f4
9 changed files with 30 additions and 98 deletions

View File

@@ -84,7 +84,7 @@ void GuiHandOpponent::Render()
{
(*it)->x = x;
(*it)->y = 2;
(*it)->zoom = 0.3f;
(*it)->zoom = 0.35f;
(*it)->Render(quad.get());
if(cards.size() > 12)
x += 240/cards.size();