Skip to content

Commit eea6b6a

Browse files
author
Haydelj
committed
merged master
1 parent 295688e commit eea6b6a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Graphics/Glyphs/GlyphGeom.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -458,18 +458,10 @@ void GlyphGeom::generateDisk(const Point& p1, const Point& p2, double radius1,
458458
points_.push_back(radius2 * p + Vector(p2));
459459
colors_.push_back(color2);
460460
normals_.push_back(-n);
461-
<<<<<<< HEAD
462461

463462
numVBOElements_ += 4;
464463
}
465464

466-
// numVBOElements_ += resolution * points_per_loop;
467-
468-
=======
469-
numVBOElements_ += 4;
470-
}
471-
472-
>>>>>>> upstream/master
473465
// Add indices
474466
for (int strips = offset; strips < resolution * points_per_loop + offset; strips += points_per_loop)
475467
{

0 commit comments

Comments
 (0)