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 64b40023aa - Show all commits

View File

@ -34,6 +34,7 @@ void RemotePlayer::Init()
void RemotePlayer::Feed(const netprot::Output out) {
m_position = Vector3f(out.position);
m_direction = Vector3f(out.direction);
//current.position = out.position;
//current.direction = out.direction;
//current.states = out.states;