mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed zoom to do the correct zoom in rug
This commit is contained in:
parent
d50daa6863
commit
1b87043aa7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user