mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-15 10:54:18 +00:00
Compare commits
1 Commits
OPENURU_BU
...
dpogue/pip
Author | SHA1 | Date | |
---|---|---|---|
17d6779757 |
@ -982,6 +982,10 @@ void plDXPipeline::IInitDeviceState()
|
|||||||
|
|
||||||
fLights.Reset(this);
|
fLights.Reset(this);
|
||||||
|
|
||||||
|
// Tell the light infos to unlink themselves
|
||||||
|
while (fActiveLights)
|
||||||
|
UnRegisterLight(fActiveLights);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user