Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhmoent committed Jul 13, 2024
1 parent 4ead43b commit 56b0a4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/object/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ Player::update(float dt_sec)
if (m_physic.get_velocity_y() > -350.f && m_controller->hold(Control::UP))
m_physic.set_velocity_y(-350.f);
}
<<<<<<< HEAD

if (m_bubble_timer.check())
{
Expand Down Expand Up @@ -578,8 +577,6 @@ Player::update(float dt_sec)
bool is_out_of_water = Sector::get().is_free_of_tiles(bubble_box, true, Tile::WATER);
return is_out_of_water;
}), m_active_bubbles.end());
=======
>>>>>>> parent of f5eea9bed (Add bubbles while being underwater)
}
else
{
Expand Down

0 comments on commit 56b0a4c

Please sign in to comment.