1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-12 21:27:41 +00:00

fixed the HQ screenshot feature

This commit is contained in:
Zeno Rogue
2018-02-20 22:10:53 +01:00
parent 6080e96b99
commit 166ad63180

View File

@@ -1018,6 +1018,7 @@ void saveHighQualityShot(const char *fname, const char *caption, int fade) {
renderbuffer glbuf(vid.xres, vid.yres, vid.usingGL);
glbuf.enable();
stereo::set_viewport(0);
// printf("format = %d, %d x %d\n", pngformat, vid.xres, vid.yres);