aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.go b/types.go
index 6410457..0fe1cad 100644
--- a/types.go
+++ b/types.go
@@ -6,6 +6,8 @@ import (
"image/color"
)
+//go:generate ./mkconvert.lua
+
func luaPushVec2(l *lua.State, val [2]float64) {
l.Global("vec2")
l.PushNumber(val[0])