Fixed problem introduced in r4165 preventing any platform except iOS to
select a deck.
This commit is contained in:
@@ -129,8 +129,10 @@ void DeckMenuItem::checkUserClick()
|
|||||||
mIsValidSelection = true;
|
mIsValidSelection = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
mIsValidSelection = true;
|
|
||||||
#endif
|
#endif
|
||||||
|
{
|
||||||
|
mIsValidSelection = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user