summaryrefslogtreecommitdiff
path: root/demo/Matrix.lua
diff options
context:
space:
mode:
Diffstat (limited to 'demo/Matrix.lua')
-rw-r--r--demo/Matrix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/Matrix.lua b/demo/Matrix.lua
index d38b20b..d07944e 100644
--- a/demo/Matrix.lua
+++ b/demo/Matrix.lua
@@ -199,7 +199,7 @@ Matrix.Mat4.prototype.mul = function(self, M, dest)
result = dest
end
- honey.cglm.mat4.mul(self.array, M.array, result)
+ honey.cglm.mat4.mul(self.array, M.array, result.array)
return result
end