mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-12 17:10:09 +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;
|
vid.fov = atan(tanfov) * 2 / degree;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
pconf.scale *= t;
|
vpconf.scale *= t;
|
||||||
}
|
}
|
||||||
|
|
||||||
EX void full_forward_camera(ld t) {
|
EX void full_forward_camera(ld t) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user