Frame is hidden permanently once animation_queue is emptied
Ernest314 opened this issue ยท 0 comments
Once #(animation_queue) == 0
, ClippyFrame:Hide()
is called, which prevents further OnUpdate()
events from firing and showing the frame again (even if entries are inserted into animation_queue
. Instead of calling Hide()
, the texture path should simply be unset so that nothing displays.