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

Method Init

src/engine/client/graph.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void CGraph::Init(float Min, float Max)
19{
20 m_Entries.Clear();
21 m_pFirstScaled = nullptr;
22 m_RenderedTotalTime = 0;
23 m_Average = 0.0f;
24 SetMin(Min);
25 SetMax(Max);
26}
27
28void CGraph::SetMin(float Min)
29{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected