summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector2.h
diff options
context:
space:
mode:
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;