| 64 | } |
| 65 | |
| 66 | void OnLightmapsBuildProgress(ShadowsOfMordor::BuildProgressStep step, float stepProgress, float totalProgress) |
| 67 | { |
| 68 | OnLightmapsBake(step, stepProgress, totalProgress, true); |
| 69 | } |
| 70 | |
| 71 | void OnLightmapsBuildFinished(bool failed) |
| 72 | { |
nothing calls this directly
no test coverage detected