1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 08:04:48 +00:00

calls to rogueviz::mark and rogueviz::fixparam from HR main are now replaced by hooks

This commit is contained in:
Zeno Rogue
2018-07-09 18:59:12 +02:00
parent 827ae794d6
commit 508c63d731
7 changed files with 11 additions and 17 deletions

View File

@@ -1025,9 +1025,6 @@ void saveHighQualityShot(const char *fname, const char *caption, int fade) {
// if(vid.pmodel == 0) vid.scale = 0.99;
calcparam();
#if CAP_ROGUEVIZ
rogueviz::fixparam();
#endif
renderbuffer glbuf(vid.xres, vid.yres, vid.usingGL);
glbuf.enable();