2
0
bjorn 8 жил өмнө
parent
commit
ec8e445330
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      maf.lua

+ 1 - 1
maf.lua

@@ -129,7 +129,7 @@ vec3 = {
 }
 }
 
 
 quat = {
 quat = {
-  __call = function(_, angle, x, y, z)
+  __call = function(_, x, y, z, w)
     return setmetatable({ x = x, y = y, z = z, w = w }, quat)
     return setmetatable({ x = x, y = y, z = z, w = w }, quat)
   end,
   end,