mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Initialice rot.y.
This commit is contained in:
parent
8684cd1a65
commit
c32ceec27f
1 changed files with 1 additions and 0 deletions
|
|
@ -1275,6 +1275,7 @@ void Camera::unpackUpdate(NetConnection *con, BitStream *bstream)
|
|||
bstream->read(&pos.z);
|
||||
bstream->read(&rot.x);
|
||||
bstream->read(&rot.z);
|
||||
rot.y = 0.0f;
|
||||
_setPosition(pos,rot);
|
||||
|
||||
// NewtonMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue