From 94572182ea873d5dadbc8428330d4c00eead2c80 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sat, 7 Nov 2020 13:14:30 -0600 Subject: add basic Node transform functions and implement transform cascading --- demo/Matrix.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/Matrix.lua') 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 -- cgit v1.2.1