mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
[Fix-Warnings] Lint.
This commit is contained in:
parent
f4dc3fb891
commit
42f14f8f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ bool TableZone::isInverted() const
|
||||||
{
|
{
|
||||||
return (getLogic()->getPlayer()->getGraphicsItem()->getMirrored() &&
|
return (getLogic()->getPlayer()->getGraphicsItem()->getMirrored() &&
|
||||||
!SettingsCache::instance().getInvertVerticalCoordinate()) ||
|
!SettingsCache::instance().getInvertVerticalCoordinate()) ||
|
||||||
(!getLogic()->getPlayer()->getGraphicsItem()->getMirrored() &&
|
(!getLogic()->getPlayer()->getGraphicsItem()->getMirrored() &&
|
||||||
SettingsCache::instance().getInvertVerticalCoordinate());
|
SettingsCache::instance().getInvertVerticalCoordinate());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue