diff --git a/SQCSim-common/player.cpp b/SQCSim-common/player.cpp index 90191a9..5d73e3e 100644 --- a/SQCSim-common/player.cpp +++ b/SQCSim-common/player.cpp @@ -136,7 +136,6 @@ Player::Sound Player::ApplyPhysics(Vector3f input, World* world, float elapsedTi m_velocity.x *= .5f; } - //bt1 = world->BlockAt(GetPosition().x + input.x, GetPosition().y, GetPosition().z); //bt2 = world->BlockAt(GetPosition().x + input.x, GetPosition().y - 0.9f, GetPosition().z); //bt3 = world->BlockAt(GetPosition().x + input.x, GetPosition().y - 1.7f, GetPosition().z);