summaryrefslogtreecommitdiff
path: root/Editor/EditorMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r--Editor/EditorMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp
index 5e0cf99..1fdf726 100644
--- a/Editor/EditorMain.cpp
+++ b/Editor/EditorMain.cpp
@@ -32,7 +32,7 @@ void InitLuaState()
std::string workingDir = Win::GetCurrentWorkingDirectory();
Win::SetDllSearchDirectory(workingDir);
- // set cpath
+ // set search path
state.DoString(R"(package.path=package.path .. ";" .. ".\\Libraries\\?.lua")");
state.DoString(R"(package.cpath=package.cpath .. ";" .. ".\\Libraries\\?.dll")");