Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-11-11 17:09:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-11 17:09:14 +0400
commite84c0980a3afb89301f8512acee64e525db3a49d (patch)
tree8700c1b43e1887ad8916c623b1f5066bc6b6f17f /intern/decimation
parent094c9799f9926ae37515a1fe0380403ce3298a77 (diff)
correct indentation and some whitespace edits (no functional changes)
Diffstat (limited to 'intern/decimation')
-rw-r--r--intern/decimation/intern/LOD_QSDecimator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/decimation/intern/LOD_QSDecimator.cpp b/intern/decimation/intern/LOD_QSDecimator.cpp
index 607a43a156d..381571a41f6 100644
--- a/intern/decimation/intern/LOD_QSDecimator.cpp
+++ b/intern/decimation/intern/LOD_QSDecimator.cpp
@@ -152,8 +152,8 @@ CollapseEdge(
// assign new vertex position
- v0.pos = new_vertex;
- v1.pos = new_vertex;
+ v0.pos = new_vertex;
+ v1.pos = new_vertex;
// sum the quadrics of v0 and v1
q0 = sum;