Skip to content

Commit

Permalink
Details;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Jun 10, 2024
1 parent 3cc8cdd commit 4c86f51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/l_math_mat4.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include "core/maf.h"
#include "util.h"

// mat4

static int l_lovrMat4Equals(lua_State* L) {
Mat4* matrix = luax_checktype(L, 1, Mat4);
Mat4* other = luax_checktype(L, 2, Mat4);
Expand Down

0 comments on commit 4c86f51

Please sign in to comment.