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

Method freeLineBuffers

Engine/source/gui/controls/guiMLTextCtrl.cpp:487–495  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

freeBlocksMethod · 0.45

Tested by

no test coverage detected