mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
load ParticleCUI
This commit is contained in:
parent
2e9eda315a
commit
c4433ca778
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user