MCPcopy Create free account
hub / github.com/ddnet/ddnet / ClipDisable

Method ClipDisable

src/game/client/ui.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void CUi::ClipDisable()
483{
484 dbg_assert(IsClipped(), "no clip region");
485 m_vClips.pop_back();
486 UpdateClipping();
487}
488
489const CUIRect *CUi::ClipArea() const
490{

Callers 9

EndMethod · 0.45
UpdateClippingMethod · 0.45
OnRenderMethod · 0.45
chat.cppFile · 0.45
RenderEnvelopeEditorMethod · 0.45
RenderMethod · 0.45
DoRenderMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected