MCPcopy Create free account
hub / github.com/HailToDodongo/pyrite64 / destroy

Method destroy

n64/engine/src/debug/debugDraw.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void P64::Debug::destroy() {
91 lines = {};
92}
93
94void P64::Debug::drawLine(const fm_vec3_t &a, const fm_vec3_t &b, color_t color) {
95 if(lines.size() > MAX_LINE_COUNT)return;

Callers 1

NodeEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected