Skip to content

Commit

Permalink
CICD: Sugar syntax
Browse files Browse the repository at this point in the history
Co-authored-by: TTENSHII <[email protected]>
  • Loading branch information
Saverio976 and TTENSHII authored Sep 23, 2023
1 parent b63a822 commit a232560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Systems/ClientSystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

static const auto pixelRenderNumber = 50;

void GraphicSystems::pixelRenderer(std::size_t /*unused*/)
void GraphicSystems::pixelRenderer(std::size_t UNUSED)
{
Registry::components<Pixel> arrPixel =
Registry::getInstance().getComponents<Pixel>();
Expand Down

0 comments on commit a232560

Please sign in to comment.