Skip to content
Snippets Groups Projects
Commit a879f650 authored by Gilles Marckmann's avatar Gilles Marckmann
Browse files

correction of bug on windows

parent 22f451a6
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ bool PView::writeX3D(const std::string &fileName ) ...@@ -40,7 +40,7 @@ bool PView::writeX3D(const std::string &fileName )
{ {
// tags duplicated triangles --------------------- // tags duplicated triangles ---------------------
int _size=0; int _size=1;
if ( PView::getInnerBorder() ) { if ( PView::getInnerBorder() ) {
for(unsigned int i = 0; i < PView::list.size(); i++){ for(unsigned int i = 0; i < PView::list.size(); i++){
VertexArray *va =PView::list[i]->va_triangles; VertexArray *va =PView::list[i]->va_triangles;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment