1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 12:57:57 +00:00

glhr::init() in fakemobile

This commit is contained in:
Zeno Rogue
2019-06-28 09:58:32 +02:00
parent a602dcc593
commit 9edb1de098

View File

@@ -123,6 +123,7 @@ using namespace hr;
int main(int argc, char **argv) {
initAll();
glhr::init();
vid.xres = 800; vid.yres = 450;
vid.usingGL = false;