summaryrefslogtreecommitdiff
path: root/modules/vhacd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vhacd')
-rw-r--r--modules/vhacd/register_types.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/vhacd/register_types.cpp b/modules/vhacd/register_types.cpp
index c006a9deec..40c5e47440 100644
--- a/modules/vhacd/register_types.cpp
+++ b/modules/vhacd/register_types.cpp
@@ -33,7 +33,6 @@
#include "thirdparty/vhacd/public/VHACD.h"
static Vector<Vector<Face3>> convex_decompose(const Vector<Face3> &p_faces) {
-
Vector<float> vertices;
vertices.resize(p_faces.size() * 9);
Vector<uint32_t> indices;