Skip to content

Commit

Permalink
Fixed random placement of background (for test)
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jul 19, 2023
1 parent bb9764d commit e1046eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extras/menus/xMenu/src/submenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ int SubMenu::blitSetup() {

void SubMenu::run() {
this->blitSetup();
this->blit_rect_fill(20, 120, 4, 8);
//static int submenu_start_x = (pwidth - window_pixel) / 2;
//void blit_rect_fill(int sx, int sy, int w, int h);
this->blit_rect_fill(80, 80, 4, 8);
this->blit_string(200, 100, "TEST");
sceKernelDelayThread(5000000);
}
Expand Down

0 comments on commit e1046eb

Please sign in to comment.