From 0e791ebb19ee78dac13e9cdae5d06a8fb85a8367 Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 10 Jul 2014 10:01:11 +0200 Subject: [PATCH] Removed useless line Former-commit-id: 3cab7b4c8f170b8bd2d648610b05b3377817ab86 --- src/Nazara/Utility/Algorithm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nazara/Utility/Algorithm.cpp b/src/Nazara/Utility/Algorithm.cpp index f725be2ae..7d7e6c939 100644 --- a/src/Nazara/Utility/Algorithm.cpp +++ b/src/Nazara/Utility/Algorithm.cpp @@ -726,7 +726,6 @@ void NzGenerateBox(const NzVector3f& lengths, const NzVector3ui& subdivision, co NzComputePlaneIndexVertexCount(NzVector2ui(subdivision.x, subdivision.z), &yIndexCount, &yVertexCount); NzComputePlaneIndexVertexCount(NzVector2ui(subdivision.x, subdivision.y), &zIndexCount, &zVertexCount); - NzMeshVertex* oldVertices = vertices; NzMatrix4f transform; NzVector3f halfLengths = lengths/2.f;