From 94625b3133193acd22b68595fe922b7228528b11 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 01:15:57 -0400 Subject: fix matrix wrapper as well as a lot of refactoring cleanup --- include/rodeo/math/mat4_t.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/rodeo/math/mat4_t.h') diff --git a/include/rodeo/math/mat4_t.h b/include/rodeo/math/mat4_t.h index 2893444..e00656c 100644 --- a/include/rodeo/math/mat4_t.h +++ b/include/rodeo/math/mat4_t.h @@ -1,6 +1,5 @@ #pragma once - typedef struct { -- cgit v1.2.3