diff --git a/SQCSim2021/remoteplayer.cpp b/SQCSim2021/remoteplayer.cpp index 0b53f3e..e9c1739 100644 --- a/SQCSim2021/remoteplayer.cpp +++ b/SQCSim2021/remoteplayer.cpp @@ -134,9 +134,6 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr else if (angle >= -0.75 && !isLeft) //BackRight index = 6; - std::cout << index << std::endl; - - std::cout << "angle: " << angle << std::endl; float u, v, w, h;