Revert "Fixes to primitives"

This reverts commit eb7d8850f4.
This commit is contained in:
Eduardo
2019-05-05 21:14:27 -05:00
parent eb7d8850f4
commit 66741957c3
9 changed files with 98 additions and 30 deletions

View File

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