com_phys_ode.c: fix tiny discrepancy.
This commit is contained in:
parent
b7cc45f091
commit
b0e74e893c
1 changed files with 1 additions and 1 deletions
|
@ -1595,7 +1595,7 @@ static void World_ODE_Frame_JointFromEntity(world_t *world, wedict_t *ed)
|
|||
jgid = (dJointGroupID)jointgroup;
|
||||
}
|
||||
|
||||
ed->rbe.jointgroup = jgid;
|
||||
ed->rbe.jointgroup = (int)jgid;
|
||||
}
|
||||
|
||||
AngleVectorsFLU(angles, forward, left, up);
|
||||
|
|
Loading…
Reference in a new issue