Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ removeLight
Method
removeLight
src/Kaneshige/LightMgr.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void LightMgr::removeLight(LightObj *obj) {
90
mLights.remove(&obj->mLink);
91
}
92
93
void LightMgr::draw() {
94
for (JSUListIterator<LightObj> it(mLights.getFirst()); it != mLights.getEnd(); it++) {
Callers
1
~LightObj
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected