fixed rotate view

This commit is contained in:
Zeno Rogue 2022-12-29 20:50:17 +01:00
parent 86492d1181
commit 2999818eaf
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ EX void full_rotate_view(ld h, ld v) {
if(history::on && !rug::rug_control())
models::rotation += h * camera_rot_speed;
else {
rotate_view(spin(v * camera_rot_speed));
rotate_view(cspin(0, 1, v * camera_rot_speed));
didsomething = true;
if(isGravityLand(cwt.at->land) && !rug::rug_control())
playermoved = false;