Skip to content

Commit

Permalink
Fix: unmarked override warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton committed Jun 9, 2024
1 parent 68a4c86 commit 4834872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readybase/overlays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class PerlinNoise: public BaseFill
read_optional_attribute(node, "num_octaves", this->num_octaves);
}

void Reseed()
void Reseed() override
{
this->perlin.reseed(static_cast<unsigned int>(time(NULL)));
}
Expand Down

0 comments on commit 4834872

Please sign in to comment.