1
0
Fork 0
forked from fte/fteqw

com_phys_ode.c: fix tiny discrepancy.

This commit is contained in:
Marco Cawthorne 2024-10-26 14:40:22 -07:00
parent b7cc45f091
commit b0e74e893c

View file

@ -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);