mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 14:27:37 +00:00
fixed zoom to do the correct zoom in rug
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user