From 50f10f120936a429dc450f58a40951fa5d59458a Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 23 Nov 2013 21:11:15 +0000
Subject: [PATCH] Somewhat evolved paralelism.

---
 src/vertexmove.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/vertexmove.c b/src/vertexmove.c
index a79b2f0..2cb6550 100644
--- a/src/vertexmove.c
+++ b/src/vertexmove.c
@@ -108,6 +108,7 @@
 	}
 	
     //update the normals of triangles that share bead i.
+	//TODO: check if we could backup that too?
    for(i=0;i<vtx->tristar_no;i++) triangle_normal_vector(vtx->tristar[i]);
 
     return TS_FAIL; 

--
Gitblit v1.9.3