push avant merge
This commit is contained in:
parent
bd817f9f7d
commit
889884490b
@ -24,9 +24,7 @@ void RemotePlayer::Feed(const netprot::Output out) {
|
|||||||
{
|
{
|
||||||
Vector3f positionDelta = current.position - previous.position;
|
Vector3f positionDelta = current.position - previous.position;
|
||||||
m_position = current.position + positionDelta;
|
m_position = current.position + positionDelta;
|
||||||
m_direction = current.direction;
|
m_direction = current.direction;
|
||||||
//Rajouter un get ID public dans la classe player
|
|
||||||
//m_team_id = current.id;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user