Skip to content

Commit

Permalink
fix: cylinder utils path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Mar 7, 2024
1 parent d345c2b commit bed2f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/src/shapes/cylinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <iostream>
#include <vector>

#include "utils.hpp"
#include "../../common/include/utils.hpp"

std::vector<Point> cylinderTriangles(const float radius, const float height,
const int slices) {
Expand Down

0 comments on commit bed2f46

Please sign in to comment.