This commit is contained in:
Kalamatee 2015-09-01 22:05:50 +01:00 committed by Daniel Gibson
parent d1fe0b7cb3
commit 1a7c574dce

View file

@ -893,4 +893,5 @@ int main(int argc, char **argv) {
while (1) { while (1) {
common->Frame(); common->Frame();
} }
return 0;
} }