Skip to content

Commit

Permalink
Update player docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Feb 11, 2024
1 parent 3ce355d commit e4e56d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class Player
* @brief Update gameplay
* @param oldX Previous X position
* @param oldY Previous Y position
* @param block List of blocks
* @param blocks List of blocks
* @param entities List of entities
* @param blockParticles List of block particles
* @param camera Camera
Expand All @@ -434,6 +434,8 @@ class Player
/**
* @brief Update ladder collision
* @param collideLadder This will be set to true or false depending on if colliding with ladder or not
* @param blocks List of blocks
* @param camera Camera
*/
void updateLadderCollision(bool &collideLadder, Block::List *blocks, const Camera *camera);

Expand Down

0 comments on commit e4e56d9

Please sign in to comment.