From 9b1f8214eea0c86d41f903a5feba9aac78603df1 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 12 Nov 2021 19:13:03 +0800 Subject: *misc --- Runtime/Math/Vector2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Runtime/Math') diff --git a/Runtime/Math/Vector2.h b/Runtime/Math/Vector2.h index 31098ab..aba4262 100644 --- a/Runtime/Math/Vector2.h +++ b/Runtime/Math/Vector2.h @@ -68,6 +68,12 @@ namespace Internal } } + void RestoreFromLuaObject(LuaBind::State& state, int index) override + { + + } + + T x, y; static Vector2T zero; -- cgit v1.1-26-g67d0