this.queue_draw(); }, ControlFlow::Break => { this.imp().explosions.borrow_mut().remove(&exp); clock.end_updating(); frame_clock.connect_update(clone!( #[weak(rename_to = this)] self, #[weak] exp, move |clock| { match exp.update(clock) { ControlFlow::Continue => { this.que...