load ParticleCUI

This commit is contained in:
Qiuzhizhe 2022-10-29 03:20:17 -07:00
parent 2e9eda315a
commit c4433ca778

View File

@ -184,7 +184,7 @@ void LoadParticleAPI() {
auto lib = LoadLibrary(str2wstr(path).c_str());
if (lib) {
logger.info(tr("ll.loader.loadParticleAPI.success"));
//ParticleCUI::init(lib);
ParticleCUI::init(lib);
} else {
logger.error("Fail to load ParticleAPI!");
logger.error("Error: Code[{}] - {}", GetLastError(), GetLastErrorMessage());