summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector2.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-12 19:13:03 +0800
committerchai <chaifix@163.com>2021-11-12 19:13:03 +0800
commit9b1f8214eea0c86d41f903a5feba9aac78603df1 (patch)
treee4459ce952c6059f8663bc6039c3eee2bc74c949 /Runtime/Math/Vector2.h
parentbfbe1b31322030d0af6f4d010f578c0b3b3dde21 (diff)
*misc
Diffstat (limited to 'Runtime/Math/Vector2.h')
-rw-r--r--Runtime/Math/Vector2.h6
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;