Removed extra float in vertex

This commit is contained in:
Antoine Pilote
2023-07-26 15:46:20 -04:00
parent 4cdaaacecb
commit afb06e382f
7 changed files with 28 additions and 35 deletions

View File

@@ -82,7 +82,6 @@ namespace Nuake
for (uint32_t i = 0; i < mesh->mNumVertices; i++)
{
Vertex vertex;
vertex.texture = 1.0f;
Vector3 current;