Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void P64::Debug::destroy() {
91
lines = {};
92
}
93
94
void 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
NodeEditor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected