Skip to content

Commit

Permalink
trying to get rid of code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed May 19, 2023
1 parent cfe9f05 commit 3567441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ NGL_DLLEXPORT std::vector<Vec3> generateDistinctColours(int _n) noexcept
for (int r = 0; r <= 255; r += step)
{
for (int g = 0; g <= 255; g += step)
{q
{
for (int b = 0; b <= 255; b += step)
{
if (colours.size() >= numColours)
Expand Down

0 comments on commit 3567441

Please sign in to comment.