mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-07 22:49:54 +00:00
full_rotate_camera no longer reacts to val==0
This commit is contained in:
parent
9a33e63f53
commit
159b47e72a
@ -376,6 +376,7 @@ EX void full_ystrafe_camera(ld t) {
|
||||
EX ld third_person_rotation = 0;
|
||||
|
||||
EX void full_rotate_camera(int dir, ld val) {
|
||||
if(!val) return;
|
||||
if(rug::rug_control() && lshiftclick) {
|
||||
val *= camera_rot_speed;
|
||||
hyperpoint h;
|
||||
|
Loading…
Reference in New Issue
Block a user