Raugharr / Herald

GNU General Public License v2.0
1 stars 0 forks source link

Menu is added to ScreenStack every time you select it. #30

Closed Raugharr closed 10 years ago

Raugharr commented 10 years ago

If you open DebugMenu then escape and then keep selecting it multiple copies of it will be placed on the ScreenStack. To prevent this ScreenStack should contain the Lua table that contains the menu to determine if the menu is already on the stack or not.

Raugharr commented 10 years ago

Solved in commit #284