mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed the hotkey clash in texture adjustment menu
This commit is contained in:
parent
882c837f00
commit
09b6bdf148
@ -1066,7 +1066,7 @@ void showMenu() {
|
||||
dialog::addBreak(50);
|
||||
|
||||
dialog::addBoolItem(XLAT("select master cells"), panstate == tpsCell, 'C');
|
||||
dialog::addBoolItem(XLAT("select master triangles"), panstate == tpsTriangle, 'T');
|
||||
dialog::addBoolItem(XLAT("select master triangles"), panstate == tpsTriangle, 'X');
|
||||
dialog::addBoolItem(XLAT("fine tune vertices"), panstate == tpsTune, 'F');
|
||||
|
||||
dialog::addColorItem(XLAT("grid color (master)"), master_color, 'M');
|
||||
|
Loading…
Reference in New Issue
Block a user