This commit is contained in:
Claudel-D-Roy 2023-12-06 13:49:11 -05:00
parent 58a1f5437a
commit dc61488809

View File

@ -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;