Skip to content

Commit

Permalink
fix perlinworld
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 15, 2024
1 parent 99af05b commit dfecd0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/desktop/perlinWorld/standalone/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ using Hop::World::TileWorld;
using jLog::INFO;
using jLog::WARN;

using jGL::Util::fixedLengthNumber;

std::string fixedLengthNumber(double x, unsigned length)
{
std::string d = std::to_string(x);
Expand Down

0 comments on commit dfecd0a

Please sign in to comment.