MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / freeLineBuffers

Method freeLineBuffers

Engine/source/gui/controls/guiMLTextCtrl.cpp:491–499  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

489
490//--------------------------------------------------------------------------
491void GuiMLTextCtrl::freeLineBuffers()
492{
493 mViewChunker.freeBlocks();
494 mLineList = NULL;
495 mBitmapRefList = NULL;
496 mTagList = NULL;
497 mHitURL = 0;
498 mDirty = true;
499}
500
501//--------------------------------------------------------------------------
502void GuiMLTextCtrl::freeResources()

Callers

nothing calls this directly

Calls 1

freeBlocksMethod · 0.45

Tested by

no test coverage detected