Correct check for m.alpha

This commit is contained in:
Jimi 2024-07-27 21:15:56 -06:00
parent 5651128b8e
commit 15b41e7d3f

View File

@ -843,7 +843,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
m.top.quickPlayNode = itemToPlay
return true
end if
else if key = "left" and topGrp.isinFocusChain() and m.alpha.focusable
else if key = "left" and topGrp.isinFocusChain() and m.alpha.visible
m.top.alphaActive = true
topGrp.setFocus(false)
m.alphaMenu.setFocus(true)