From 1bb507e3c4c054ec9e1589791728b86108ecaf5a Mon Sep 17 00:00:00 2001
From: Alex Shvartzkop <dudesuchamazing@gmail.com>
Date: Thu, 20 Jun 2024 19:08:07 +0300
Subject: [PATCH] Reduce VERTEX_ITEM size by removing vfptr.

24 -> 16 bytes.
---
 include/gal/opengl/vertex_item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gal/opengl/vertex_item.h b/include/gal/opengl/vertex_item.h
index d206545eff..fdf2050427 100644
--- a/include/gal/opengl/vertex_item.h
+++ b/include/gal/opengl/vertex_item.h
@@ -48,7 +48,7 @@ public:
     friend class VERTEX_MANAGER;
 
     explicit VERTEX_ITEM( const VERTEX_MANAGER& aManager );
-    virtual ~VERTEX_ITEM();
+    ~VERTEX_ITEM();
 
     /**
      * Return information about number of vertices stored.