public override void Flush() { if (baseBox != null) { baseBox.Flush(); baseBox = null; } ObjPool <AttrLinkBox> .Release(this); }
public void Flush() { if (Box != null) { Box.Flush(); Box = null; } partOfPreviousLine = 0; if (metaRules != null) { //metaRules.Flush(); metaRules = null; } ObjPool <TexRenderer> .Release(this); }