| 143 | } |
| 144 | |
| 145 | void createLevelLoadScreen(real_t progress) { |
| 146 | baseCreateLoadingScreen(progress, nullptr); // create loading screen with no background |
| 147 | } |
| 148 | |
| 149 | void doLoadingScreen() { |
| 150 | std::lock_guard<std::mutex> lock(loading_mutex); |
no test coverage detected