Skip to content

Commit

Permalink
todo investigate later
Browse files Browse the repository at this point in the history
  • Loading branch information
goopey7 committed Jan 4, 2024
1 parent 8445ed9 commit c3933ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/PlayerInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ void PlayerInput::update(float dt)
void PlayerInput::onCollisionEnter(goop::Entity other)
{
//...
std::cout << "Colliding with " << other.getComponent<goop::TagComponent>().tag << std::endl;
}

void PlayerInput::onCollisionExit(goop::Entity other)
Expand Down

0 comments on commit c3933ef

Please sign in to comment.