full_rotate_camera no longer reacts to val==0

This commit is contained in:
Zeno Rogue 2024-05-10 19:29:01 +02:00
parent 9a33e63f53
commit 159b47e72a
1 changed files with 1 additions and 0 deletions

View File

@ -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;