SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 58a1f5437a - Show all commits

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