delay menu disabling a bit for props.nas to be able to catch up (?)
(sometimes the AP menu entry didn't get enabled when it should)
This commit is contained in:
parent
f7c5a40597
commit
35f76bab96
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ INIT = func {
|
||||||
setlistener("/sim/startup/xsize",
|
setlistener("/sim/startup/xsize",
|
||||||
func { if (fps.getValue()) { fpsDisplay(0); fpsDisplay(1) } });
|
func { if (fps.getValue()) { fpsDisplay(0); fpsDisplay(1) } });
|
||||||
}
|
}
|
||||||
settimer(INIT, 0);
|
settimer(INIT, 1);
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue