From 129f2e421e16bd008cdca8713cc91f67d103d94e Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 7 Jul 2023 23:05:14 +0200 Subject: Fix minor quality issues --- src/GFX/Binder.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GFX/Binder.hpp') diff --git a/src/GFX/Binder.hpp b/src/GFX/Binder.hpp index 92faebe..773518d 100644 --- a/src/GFX/Binder.hpp +++ b/src/GFX/Binder.hpp @@ -21,7 +21,7 @@ private: ) : m_vao(vao), m_vertex_count(vertex_count), m_has_indices(vertex_count > 0), - m_attribute_count(attribute_count) {}; + m_attribute_count(attribute_count) {} uint32_t m_vao; size_t m_vertex_count; @@ -33,7 +33,7 @@ private: class Binder { public: - Binder() = default;; + Binder() = default; static BindableMesh load(const Mesh& mesh); -- cgit 1.4.1