add tox avatar handling + prio png for paste + other fixes and updates
This commit is contained in:
@ -16,6 +16,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
|
||||
tmm(rmm, cr, tcm, tc, tc),
|
||||
ttm(rmm, cr, tcm, tc, tc),
|
||||
mmil(rmm),
|
||||
tam(rmm, cr, conf),
|
||||
sdlrtu(renderer_),
|
||||
cg(conf, rmm, cr, sdlrtu)
|
||||
{
|
||||
@ -78,6 +79,8 @@ Screen* MainScreen::poll(bool& quit) {
|
||||
|
||||
tcm.iterate(time_delta);
|
||||
|
||||
tam.iterate();
|
||||
|
||||
pm.tick(time_delta);
|
||||
|
||||
mts.iterate();
|
||||
|
Reference in New Issue
Block a user