Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDiegoMontoya committed Dec 21, 2023
1 parent 6eae6b5 commit 10e618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FrogRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace Debug
class FrogRenderer final : public Application
{
public:
FrogRenderer(const Application::CreateInfo& createInfo, std::optional<std::string_view> filename, float scale, bool binary);
FrogRenderer(const Application::CreateInfo& createInfo);

private:

Expand Down

0 comments on commit 10e618d

Please sign in to comment.