mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
3d:: binary:: default width reduced
This commit is contained in:
parent
ea2c0d257b
commit
008ef40ea3
@ -260,7 +260,7 @@ namespace binary {
|
||||
}
|
||||
|
||||
transmatrix parabolic3(ld y, ld z) {
|
||||
ld co = vid.binary_width / log(2) / 2;
|
||||
ld co = vid.binary_width / log(2) / 4;
|
||||
return hr::parabolic13(y * co, z * co);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user