Merge branch 'SQC-15_online' of https://github.com/CegepSTH/SQCSim2023 into SQC-15_online
This commit is contained in:
commit
db95c6ef10
@ -32,8 +32,6 @@ void RemotePlayer::Feed(const netprot::Output out) {
|
||||
m_position = Vector3f(out.position);
|
||||
m_direction = Vector3f(out.direction);
|
||||
|
||||
std::cout << "Dead: " << out.states.dead << " Hit:" << out.states.hit << " Jump:" << out.states.jumping << " JumpShot: " << out.states.jumpshot << " Running: " << out.states.running << " Shooting: " << out.states.shooting << " Still: " << out.states.still << std::endl;
|
||||
//std::cout << "powerUp " << out.states.powerup << std::endl;
|
||||
current.states = out.states;
|
||||
|
||||
//current.position = out.position;
|
||||
|
Loading…
Reference in New Issue
Block a user