TeenWolf
TeenWolf
Lost vendor\bin\premake\premake5.exe ?
your plugin is very good. I test your plugins that two windows's fps below the normal level . so can you solve the problem?
``` bool KBEngineApp::initialize(KBEngineArgs* pArgs) { if (isInitialized()) return false; EntityDef::initialize(); // 允许持久化KBE(例如:协议,entitydef等) if (pArgs->persistentDataPath != TEXT("")) { KBE_SAFE_RELEASE(persistentInfos_); persistentInfos_ = new PersistentInfos(pArgs->persistentDataPath); } // 注册事件 installEvents(); pArgs_ = pArgs; reset();...