mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03: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());
|
auto lib = LoadLibrary(str2wstr(path).c_str());
|
||||||
if (lib) {
|
if (lib) {
|
||||||
logger.info(tr("ll.loader.loadParticleAPI.success"));
|
logger.info(tr("ll.loader.loadParticleAPI.success"));
|
||||||
//ParticleCUI::init(lib);
|
ParticleCUI::init(lib);
|
||||||
} else {
|
} else {
|
||||||
logger.error("Fail to load ParticleAPI!");
|
logger.error("Fail to load ParticleAPI!");
|
||||||
logger.error("Error: Code[{}] - {}", GetLastError(), GetLastErrorMessage());
|
logger.error("Error: Code[{}] - {}", GetLastError(), GetLastErrorMessage());
|
||||||
|
Loading…
Reference in New Issue
Block a user