mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-14 01:14:48 +00:00
'scrolling by device rotation' no longer appears in 3D
This commit is contained in:
parent
e1731fce02
commit
22b8a88e07
@ -1878,8 +1878,10 @@ void configureMouse() {
|
||||
});
|
||||
|
||||
#if CAP_ORIENTATION
|
||||
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
|
||||
dialog::add_action_push(ors::show);
|
||||
if(GDIM == 2) {
|
||||
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
|
||||
dialog::add_action_push(ors::show);
|
||||
}
|
||||
#endif
|
||||
|
||||
dialog::addBack();
|
||||
|
Loading…
Reference in New Issue
Block a user