diff options
author | chai <chaifix@163.com> | 2021-11-01 12:10:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-01 12:10:29 +0800 |
commit | 44d6c41e5e586572de08c72c358aed9100a30353 (patch) | |
tree | a3dee8cbb9f7181c88464b31f231a264c570acd4 /Editor/Scripting/Editor/Editor.bind.cpp | |
parent | 78417f6cdedfcf60c8ca437190975644e942e01f (diff) |
*log
Diffstat (limited to 'Editor/Scripting/Editor/Editor.bind.cpp')
-rw-r--r-- | Editor/Scripting/Editor/Editor.bind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/Scripting/Editor/Editor.bind.cpp b/Editor/Scripting/Editor/Editor.bind.cpp index 9808141..99db0b2 100644 --- a/Editor/Scripting/Editor/Editor.bind.cpp +++ b/Editor/Scripting/Editor/Editor.bind.cpp @@ -3,7 +3,7 @@ // GameLab.Editor int luaopen_GameLab_Editor(lua_State* L) { - log_info("Scripting", "luaopen_GameLab_Editor()"); + log_info_tag("Scripting", "luaopen_GameLab_Editor()"); LUA_BIND_STATE(L); |