summaryrefslogtreecommitdiff
path: root/Editor/EditorApplication.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-22 23:59:54 +0800
committerchai <chaifix@163.com>2021-10-22 23:59:54 +0800
commit4dafefe46a72ba47468b13d011f8299055081b0f (patch)
tree2a85835ec4d74fecf3815397b384cefe39d31f56 /Editor/EditorApplication.cpp
parent1f18d2afec632aa9361079ca3bcb5a7f2d73db3a (diff)
*LuaBind
Diffstat (limited to 'Editor/EditorApplication.cpp')
-rw-r--r--Editor/EditorApplication.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Editor/EditorApplication.cpp b/Editor/EditorApplication.cpp
index 2f2d1e3..f9a6fa0 100644
--- a/Editor/EditorApplication.cpp
+++ b/Editor/EditorApplication.cpp
@@ -4,7 +4,8 @@
static bool s_Created;
-EditorApplication::EditorApplication()
+EditorApplication::EditorApplication(LuaBind::VM* vm)
+ : LuaBind::NativeClass<EditorApplication>(vm)
{
Assert(!s_Created);
}