diff options
Diffstat (limited to 'nGenEx/Polygon.cpp')
-rw-r--r-- | nGenEx/Polygon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nGenEx/Polygon.cpp b/nGenEx/Polygon.cpp index d5c581f..1dc1326 100644 --- a/nGenEx/Polygon.cpp +++ b/nGenEx/Polygon.cpp @@ -64,7 +64,6 @@ VertexSet::Resize(int m, bool preserve) if (!loc || !nrm || !s_loc || !rw || !tu || !tv || !diffuse || !specular) {
nverts = 0;
- nverts = 0;
delete [] loc;
delete [] nrm;
|