From 4c86f51e5e931031d7ad21c19651361f5666ff86 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 10 Jun 2024 15:44:34 -0700 Subject: [PATCH] Details; --- src/api/l_math_mat4.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/l_math_mat4.c b/src/api/l_math_mat4.c index b1aca718b..2b57a7e0e 100644 --- a/src/api/l_math_mat4.c +++ b/src/api/l_math_mat4.c @@ -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);