summaryrefslogtreecommitdiff
path: root/demo/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'demo/main.lua')
-rw-r--r--demo/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/main.lua b/demo/main.lua
index 28e74b2..fe33f87 100644
--- a/demo/main.lua
+++ b/demo/main.lua
@@ -50,6 +50,7 @@ function demo_cglm()
local z = honey.cglm.get_value(array, 2)
print(x, y, z)
+ print(honey.cglm.vec3.norm(array))
end
demo_cglm()