fixed zoom to do the correct zoom in rug

This commit is contained in:
Zeno Rogue 2020-04-19 22:59:29 +02:00
parent d50daa6863
commit 1b87043aa7
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ EX void zoom_or_fov(ld t) {
vid.fov = atan(tanfov) * 2 / degree;
}
else
pconf.scale *= t;
vpconf.scale *= t;
}
EX void full_forward_camera(ld t) {