Skip to content

Commit

Permalink
修改了kbe的issue:addYawRotator不正常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxq committed Jul 13, 2016
1 parent f4711c7 commit d488a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/kbengine_unity3d_plugins-0.8.10/KBEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ public void Client_onUpdateData_y(MemoryStream stream)
{
Int32 eid = getAoiEntityIDFromStream(stream);

float y = stream.readPackY();
float y = stream.readInt8();

_updateVolatileData(eid, 0.0f, 0.0f, 0.0f, y, KBEDATATYPE_BASE.KBE_FLT_MAX, KBEDATATYPE_BASE.KBE_FLT_MAX, -1);
}
Expand Down

0 comments on commit d488a68

Please sign in to comment.