2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 14:37:41 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
17d6779757 This fixes the issue where book GUIs are lit inconsistently
[cherry picked from H'uru commit 23127c95a178467022173360bb9cd884fda9ebfe]
2021-01-04 20:47:31 -07:00

View File

@ -982,6 +982,10 @@ void plDXPipeline::IInitDeviceState()
fLights.Reset(this);
// Tell the light infos to unlink themselves
while (fActiveLights)
UnRegisterLight(fActiveLights);
return;
}