diff options
author | chai <chaifix@163.com> | 2018-12-07 08:46:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-07 08:46:17 +0800 |
commit | b4bd76b8b02996767798b76cc65dee9ea27f1167 (patch) | |
tree | d20e1b31032b4908b95b2e0d0612ae1ad18d19ee /src/jin/main.cpp | |
parent | afc5ebdeece428d4ef72f4f1f4b178a92d1b9cba (diff) |
*misc
Diffstat (limited to 'src/jin/main.cpp')
-rw-r--r-- | src/jin/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jin/main.cpp b/src/jin/main.cpp index f76bda7..e2f5763 100644 --- a/src/jin/main.cpp +++ b/src/jin/main.cpp @@ -17,7 +17,7 @@ using namespace JinEngine::Filesystem; // Load game under cwd. static void load(const char* cwd) { - // Global lua runtime. + // Main thread lua runtime. lua_State* L = luax_newstate(); // Open lua standard module. |