fixed mat4.__mul

This commit is contained in:
karai17 2016-07-20 00:09:17 -03:00
parent bff981aa70
commit d1a2c8c94b

View File

@ -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