MCPcopy 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
89void LightMgr::removeLight(LightObj *obj) {
90 mLights.remove(&obj->mLink);
91}
92
93void LightMgr::draw() {
94 for (JSUListIterator<LightObj> it(mLights.getFirst()); it != mLights.getEnd(); it++) {

Callers 1

~LightObjMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected