diff options
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. |