diff options
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r-- | Editor/EditorMain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp index 1fdf726..88f7513 100644 --- a/Editor/EditorMain.cpp +++ b/Editor/EditorMain.cpp @@ -28,7 +28,6 @@ void InitLuaState() // https://stackoverflow.com/questions/21495901/loadlibrarya-and-relative-path/21495971
// ll_load装载dll,路径需要设置搜索路径
- //log_info(Win::GetCurrentWorkingDirectory());
std::string workingDir = Win::GetCurrentWorkingDirectory();
Win::SetDllSearchDirectory(workingDir);
|