Skip to content

Commit 9b15fe6

Browse files
author
Haydelj
committed
fixed bad merge
1 parent eea6b6a commit 9b15fe6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Graphics/Glyphs/GlyphGeom.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ void GlyphGeom::generateCone(const Point& p1, const Point& p2, double radius,
357357
double strip_angle = 2. * M_PI / resolution;
358358
size_t offset = static_cast<size_t>(numVBOElements_);
359359

360-
uint32_t offset = static_cast<uint32_t>(numVBOElements_);
361-
362360
Vector p;
363361

364362
// Add points, normals, and colors
@@ -434,8 +432,6 @@ void GlyphGeom::generateDisk(const Point& p1, const Point& p2, double radius1,
434432
double strip_angle = 2. * M_PI / resolution;
435433
size_t offset = static_cast<size_t>(numVBOElements_);
436434

437-
uint32_t offset = static_cast<uint32_t>(numVBOElements_);
438-
439435
Vector p;
440436
// Add points, normals, and colors
441437
for (int strips = 0; strips <= resolution; strips++)

0 commit comments

Comments
 (0)