| 1013 | } |
| 1014 | |
| 1015 | void SGameModule::on_unload() |
| 1016 | { |
| 1017 | g_game_module = nullptr; |
| 1018 | SKR_LOG_INFO(u8"game unloaded!"); |
| 1019 | if (bUseJob) |
| 1020 | { |
| 1021 | sugoiJ_unbind_storage(game_world); |
| 1022 | scheduler.unbind(); |
| 1023 | } |
| 1024 | uninstallResourceFactories(); |
| 1025 | } |
nothing calls this directly
no test coverage detected