Erwan
-fix for issue 71, J please review.
This commit is contained in:
@@ -108,7 +108,7 @@ void GuiHandSelf::Repos()
|
|||||||
if (OptionHandDirection::HORIZONTAL == options[Options::HANDDIRECTION].number)
|
if (OptionHandDirection::HORIZONTAL == options[Options::HANDDIRECTION].number)
|
||||||
{
|
{
|
||||||
y = SCREEN_WIDTH - 30;
|
y = SCREEN_WIDTH - 30;
|
||||||
for (vector<CardView*>::iterator it = cards.begin(); it != cards.end(); ++it)
|
for (vector<CardView*>::reverse_iterator it = cards.rbegin(); it != cards.rend(); ++it)
|
||||||
{
|
{
|
||||||
(*it)->x = y;
|
(*it)->x = y;
|
||||||
(*it)->y = SCREEN_HEIGHT - 30;
|
(*it)->y = SCREEN_HEIGHT - 30;
|
||||||
|
|||||||
Reference in New Issue
Block a user