fixed mat4.__mul
This commit is contained in:
parent
bff981aa70
commit
d1a2c8c94b
@ -612,7 +612,7 @@ function mat4_mt.__mul(a, b)
|
||||
return mat4.mul(new(), a, b)
|
||||
end
|
||||
|
||||
return mat4.mul_mat41({}, a, b)
|
||||
return mat4.mul_mat4x1({}, a, b)
|
||||
end
|
||||
|
||||
if status then
|
||||
|
Loading…
x
Reference in New Issue
Block a user