jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

message-ui: clear popup timeout whenever flash_popup is called #57

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

minor issue noticed while using a button + MUI.flash_popup() for quick debugging/string tests - triggering a new popup while one's still open does not seem to reset the timeout for hiding the popup, which can lead to the second one being hidden very quickly. probably just need to clean up how that timeout is started/stopped.