main loop does nothing without GUI

This commit is contained in:
Zeno Rogue 2017-08-18 01:15:48 +02:00
parent 9dedf6bfec
commit b055df9d94
1 changed files with 1 additions and 0 deletions

View File

@ -709,6 +709,7 @@ void mainloopiter() {
#endif
void mainloop() {
if(noGUI) return;
lastt = 0;
#if ISWEB
initweb();