We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6cc7e commit 424cf0fCopy full SHA for 424cf0f
1 file changed
Core/Libraries/Source/WWVegas/WW3D2/sortingrenderer.cpp
@@ -265,7 +265,10 @@ void SortingRendererClass::Insert_Triangles(
265
}
266
++node;
267
268
- if (node == sorted_list.end()) sorted_list.push_back(state);
+ if (node == sorted_list.end())
269
+ {
270
+ sorted_list.push_back(state);
271
+ }
272
273
#ifdef WWDEBUG
274
unsigned short* indices=nullptr;
@@ -720,5 +723,8 @@ void SortingRendererClass::Insert_VolumeParticle(
720
723
721
724
722
725
726
727
728
729
730
0 commit comments