update deps and dont try to load files >50mib as images

This commit is contained in:
2023-08-19 21:42:47 +02:00
parent 6df0417667
commit 4edab11616
5 changed files with 15 additions and 3 deletions

View File

@ -76,6 +76,8 @@ Screen* MainScreen::poll(bool& quit) {
quit = !tc.iterate();
tcm.iterate(time_delta);
pm.tick(time_delta);
mts.iterate();