mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
3d:: binary:: default width reduced
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user