mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
conformal:: calcparam
This commit is contained in:
parent
c11dc8229a
commit
c1f22b4ac5
@ -453,10 +453,9 @@ namespace conformal {
|
||||
|
||||
renderbuffer glbuf(bandfull, bandfull, vid.usingGL);
|
||||
vid.xres = vid.yres = bandfull;
|
||||
glbuf.enable(); vid.radius = bandhalf;
|
||||
stereo::set_viewport(0);
|
||||
|
||||
glbuf.enable(); vid.radius = bandhalf;
|
||||
calcparam();
|
||||
stereo::set_viewport(0);
|
||||
|
||||
ld xpos = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user