mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
oops
This commit is contained in:
parent
ba2cc83b8d
commit
094d43916c
1 changed files with 1 additions and 2 deletions
|
@ -340,8 +340,7 @@ ClassFunction(stdMenuFull){
|
|||
|
||||
u32 x=0,y=0;
|
||||
gfx_con_getpos(&x,&y);
|
||||
|
||||
int res = newMenu(&v, getIntValue(args[1]), ScreenDefaultLenX - ((x + 1) / 16), ScreenDefaultLenY - ((y + 1) / 16) - 1, ENABLEB | ALWAYSREDRAW, 0);
|
||||
int res = newMenu(&v, getIntValue(args[1]), ScreenDefaultLenX - ((x + 1) / 16), 40 - ((y + 1) / 16) - 1, ENABLEB | ALWAYSREDRAW, 0);
|
||||
vecFree(v);
|
||||
return newIntVariablePtr(res);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue