Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online

This commit is contained in:
MarcEricMartel 2023-12-06 13:46:50 -05:00
commit 58a1f5437a

View File

@ -112,7 +112,7 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
float angle = angleRemote.Dot(angleCam);
int index = 0;
angle = -angle;
Vector3f side = angleRemote.Cross(angleCam);