Skip to content

Commit

Permalink
Fix mat4 constructor;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Feb 14, 2019
1 parent e80e806 commit 62bce13
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 264 deletions.
2 changes: 1 addition & 1 deletion src/api/math.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ local mat4 = {
return M
end

if istype(mat4, ...) then
if istype(mat4_t, ...) then
return C.mat4_set(M, ...)
end

Expand Down
Loading

0 comments on commit 62bce13

Please sign in to comment.