fix Playground UI bug

This commit is contained in:
2021-10-04 13:33:02 -06:00
parent 09419f3faf
commit 29d0dca251

View File

@@ -203,6 +203,8 @@
(showUI messageText)))
(method :Void clearUI []
(when textInput
(set textInput.callback null))
(uiGroup.kill)
(set uiGroup (new FlxGroup))
(set uiGroup.cameras [uiCamera])