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 889884490b - Show all commits

View File

@ -24,9 +24,7 @@ void RemotePlayer::Feed(const netprot::Output out) {
{
Vector3f positionDelta = current.position - previous.position;
m_position = current.position + positionDelta;
m_direction = current.direction;
//Rajouter un get ID public dans la classe player
//m_team_id = current.id;
m_direction = current.direction;
}