summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Solid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Solid.cpp')
-rw-r--r--nGenEx/Solid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/Solid.cpp b/nGenEx/Solid.cpp
index a0306c7..b7fa6f0 100644
--- a/nGenEx/Solid.cpp
+++ b/nGenEx/Solid.cpp
@@ -2104,7 +2104,7 @@ Surface::OptimizeMesh()
// create target vertex set:
VertexSet* vset = new(__FILE__,__LINE__) VertexSet(used);
- v = 0;
+ int v = 0;
// compress verts:
for (int i = 0; i < nverts; i++) {