mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
glhr::init() in fakemobile
This commit is contained in:
parent
a602dcc593
commit
9edb1de098
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user