1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

rogueviz:: intra-demos:: popscreen on run

This commit is contained in:
Zeno Rogue
2022-08-07 15:44:49 +02:00
parent e686f5bc39
commit c261db8a08
3 changed files with 7 additions and 3 deletions

View File

@@ -500,6 +500,8 @@ auto hooks =
slide_backup(vrhr::eyes, vrhr::eEyes::truesim);
slide_backup(vrhr::cscr, vrhr::eCompScreen::eyes);
#endif
popScreenAll();
resetGL();
};
};