mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 20:06:43 +00:00
Fix hidden copies messing with screen positions
This commit is contained in:
parent
9075f20854
commit
f49245e4ab
1 changed files with 4 additions and 2 deletions
|
@ -91,8 +91,10 @@ int fsact_copy(const char *locin, const char *locout, u8 options){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RESETCOLOR;
|
if (toPrint){
|
||||||
gfx_con_setpos(x - 16, y);
|
RESETCOLOR;
|
||||||
|
gfx_con_setpos(x - 16, y);
|
||||||
|
}
|
||||||
|
|
||||||
f_close(&in);
|
f_close(&in);
|
||||||
f_close(&out);
|
f_close(&out);
|
||||||
|
|
Loading…
Reference in a new issue