| 59 | } |
| 60 | |
| 61 | void OnLightmapsBuildStarted() |
| 62 | { |
| 63 | OnLightmapsBake(ShadowsOfMordor::BuildProgressStep::Initialize, 0, 0, false); |
| 64 | } |
| 65 | |
| 66 | void OnLightmapsBuildProgress(ShadowsOfMordor::BuildProgressStep step, float stepProgress, float totalProgress) |
| 67 | { |
nothing calls this directly
no test coverage detected