From 67ed1369cc5576f1373bbe796ad3aba9f9f6ab44 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 15 Jun 2015 15:04:38 -0700 Subject: [PATCH] fixed indentation --- .../src/RenderableParticleEffectEntityItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entities-renderer/src/RenderableParticleEffectEntityItem.cpp b/libraries/entities-renderer/src/RenderableParticleEffectEntityItem.cpp index 9f46da4944..2ea3c99026 100644 --- a/libraries/entities-renderer/src/RenderableParticleEffectEntityItem.cpp +++ b/libraries/entities-renderer/src/RenderableParticleEffectEntityItem.cpp @@ -75,7 +75,7 @@ void RenderableParticleEffectEntityItem::updateQuads(RenderArgs* args, bool text vertices.reserve(getLivingParticleCount() * VERTS_PER_PARTICLE); if (textured) { - textureCoords.reserve(getLivingParticleCount() * VERTS_PER_PARTICLE); + textureCoords.reserve(getLivingParticleCount() * VERTS_PER_PARTICLE); } positions.reserve(getLivingParticleCount());