#780 fixed viewport size

This commit is contained in:
Vadim Grigoruk
2018-12-01 13:05:31 +03:00
parent de0b0865ca
commit 826a140cb8
4 changed files with 41 additions and 62 deletions

View File

@@ -40,7 +40,7 @@ static void app_init(void)
}
}
sokol_gfx_init(TIC80_FULLWIDTH, TIC80_FULLHEIGHT, 1, 1);
sokol_gfx_init(TIC80_FULLWIDTH, TIC80_FULLHEIGHT, 1, 1, false, false);
}
static tic80_input tic_input;