From 9edb1de098ccc47903b8e319acfc990d916890cb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 28 Jun 2019 09:58:32 +0200 Subject: [PATCH] glhr::init() in fakemobile --- fake-mobile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fake-mobile.cpp b/fake-mobile.cpp index 929846f1..14231595 100644 --- a/fake-mobile.cpp +++ b/fake-mobile.cpp @@ -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;