mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-03 07:54:04 +00:00
removed bad apply_orientation
This commit is contained in:
parent
ec82e5695b
commit
3c913b91b9
@ -655,9 +655,6 @@ void mainloopiter() {
|
|||||||
View = cspin(0, 2, -mouseaim_x) * cspin(1, 2, -mouseaim_y) * View;
|
View = cspin(0, 2, -mouseaim_x) * cspin(1, 2, -mouseaim_y) * View;
|
||||||
mouseaim_x = mouseaim_y = 0;
|
mouseaim_x = mouseaim_y = 0;
|
||||||
#endif
|
#endif
|
||||||
#if CAP_ORIENTATION
|
|
||||||
apply_orientation();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(smooth_scrolling && !shmup::on && !rug::rugged) {
|
if(smooth_scrolling && !shmup::on && !rug::rugged) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user