mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
moved all projection-related parameters to a special struct; another copy of that struct created for rug
This commit is contained in:
@@ -307,7 +307,7 @@ EX namespace netgen {
|
||||
renderbuffer rbuf(2000, 2000, vid.usingGL);
|
||||
|
||||
dynamicval<videopar> dv(vid, vid);
|
||||
vid.xres = vid.yres = 2000; vid.scale = 0.99;
|
||||
vid.xres = vid.yres = 2000; pconf.scale = 0.99;
|
||||
|
||||
if(1) {
|
||||
resetbuffer rb;
|
||||
|
Reference in New Issue
Block a user