| 69 | } |
| 70 | |
| 71 | void OnLightmapsBuildFinished(bool failed) |
| 72 | { |
| 73 | if (failed) |
| 74 | OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::UpdateEntries, 0, 0, false); |
| 75 | else |
| 76 | OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::GenerateLightmapCharts, 0, 0, false); |
| 77 | } |
| 78 | |
| 79 | void OnBakeEvent(bool started, Actor* e) |
| 80 | { |
nothing calls this directly
no test coverage detected