Skip to content

Commit

Permalink
CLIENT-GAME: Add unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Oct 30, 2023
1 parent d5ab0ad commit 451cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ECS/ECSCustomTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Types {
_physicsMap.clear();
}

void Physics::initBounce(nlohmann::json &jsonObject, const Types::Position &originPos)
void Physics::initBounce(nlohmann::json &/*unused*/, const Types::Position &originPos)
{
Bouncing bounce(originPos);
_physicsMap[BOUNCING] = bounce;
Expand Down

0 comments on commit 451cb02

Please sign in to comment.