mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
correct mirroring of players when spectating
This commit is contained in:
parent
e1a728328e
commit
f2092b89e9
18 changed files with 690 additions and 179 deletions
|
|
@ -89,6 +89,7 @@ void SettingsCache::setHorizontalHand(int _horizontalHand)
|
|||
{
|
||||
horizontalHand = _horizontalHand;
|
||||
settings->setValue("hand/horizontal", horizontalHand);
|
||||
emit horizontalHandChanged();
|
||||
}
|
||||
|
||||
void SettingsCache::setEconomicGrid(int _economicGrid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue