From c45f4ccccb51c3cb6dfa67146a4c60b3ad3bd736 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 20 Mar 2021 16:10:19 -0500 Subject: [PATCH] [nostalgia/core/userland] Delete now unneccsary eboElements count --- src/nostalgia/core/userland/glutils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nostalgia/core/userland/glutils.hpp b/src/nostalgia/core/userland/glutils.hpp index ca2c03525..c8706aac2 100644 --- a/src/nostalgia/core/userland/glutils.hpp +++ b/src/nostalgia/core/userland/glutils.hpp @@ -111,7 +111,6 @@ struct Bufferset { Buffer vbo; Buffer ebo; Texture tex; - GLsizei eboElements = 0; }; [[nodiscard]]