From 4699c02fa650076ce53f887c6c074ac24457368e Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 10 Jan 2024 12:42:50 -0500 Subject: [PATCH] pusho --- tests/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/main.cpp b/tests/src/main.cpp index 0e07efb..a29a2c4 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -65,7 +65,6 @@ void init() { vbo_t indices_vbo; indices_vbo.allocate(static_cast(obj.indices.size() * sizeof(blt::gfx::triangle_t)), obj.indices.data()); - } global_matrices.create_internals();