1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00

Fix hidden copies messing with screen positions

This commit is contained in:
Such Meme, Many Skill 2020-05-15 16:20:52 +02:00
parent 9075f20854
commit f49245e4ab

View file

@ -91,8 +91,10 @@ int fsact_copy(const char *locin, const char *locout, u8 options){
}
}
RESETCOLOR;
gfx_con_setpos(x - 16, y);
if (toPrint){
RESETCOLOR;
gfx_con_setpos(x - 16, y);
}
f_close(&in);
f_close(&out);