Skip to content

Commit

Permalink
RigidBody.h:
Browse files Browse the repository at this point in the history
* Commenting out debug printing.
  • Loading branch information
razterizer committed Oct 30, 2024
1 parent e4823d9 commit 89b249f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dynamics/RigidBody.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace dynamics
, curr_acc(acc)
, collision_material(coll_mat)
{
std::cout << "name: " << s->get_name() << std::endl;
std::cout << "pos: " << s->pos.str() << std::endl;
//std::cout << "name: " << s->get_name() << std::endl;
//std::cout << "pos: " << s->pos.str() << std::endl;
orig_pos = curr_pos = to_Vec2(s->pos);
calc_cm(0);
orig_cm_local = curr_cm_local;
Expand Down

0 comments on commit 89b249f

Please sign in to comment.