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;
|
||||
}
|
||||
else
|
||||
mIsValidSelection = true;
|
||||
#endif
|
||||
{
|
||||
mIsValidSelection = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user