mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-28 03:02:56 +00:00
fix(jui): remove debug autoconfirm from ConfirmScreen
This commit is contained in:
parent
7a0ebe7e36
commit
11e944f78b
|
|
@ -47,9 +47,9 @@ void ConfirmScreen::render(int xm, int ym, float a) {
|
|||
Screen::render(xm, ym, a);
|
||||
|
||||
// 4J - debug code - remove
|
||||
static int count = 0;
|
||||
if (count++ == 100) {
|
||||
count = 0;
|
||||
buttonClicked(buttons[0]);
|
||||
}
|
||||
// static int count = 0;
|
||||
// if (count++ == 100) {
|
||||
// count = 0;
|
||||
// buttonClicked(buttons[0]);
|
||||
// }
|
||||
}
|
||||
Loading…
Reference in a new issue