mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
fix typo
This commit is contained in:
parent
d9b9c79112
commit
07342f817d
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ QModelIndex DeckStateManager::decrementCard(const ExactCard &card, const QString
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
bool success = offsetCountAtIndex(idx, false);
|
bool success = offsetCountAtIndex(idx, -1);
|
||||||
|
|
||||||
if (!success) {
|
if (!success) {
|
||||||
return {};
|
return {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue