diff options
author | chai <chaifix@163.com> | 2021-11-12 19:13:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-12 19:13:03 +0800 |
commit | 9b1f8214eea0c86d41f903a5feba9aac78603df1 (patch) | |
tree | e4459ce952c6059f8663bc6039c3eee2bc74c949 /Runtime/Math/Vector2.h | |
parent | bfbe1b31322030d0af6f4d010f578c0b3b3dde21 (diff) |
*misc
Diffstat (limited to 'Runtime/Math/Vector2.h')
-rw-r--r-- | Runtime/Math/Vector2.h | 6 |
1 files changed, 6 insertions, 0 deletions
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<T> zero; |