0
0
Fork 0
mirror of https://github.com/nzp-team/glquake.git synced 2025-03-13 06:02:49 +00:00

Fix R_DrawZombieLimb not translating at origin and angle

This commit is contained in:
cypress 2023-11-21 11:39:58 -05:00 committed by GitHub
parent 6164c42ce3
commit faed910a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -697,6 +697,7 @@ void R_DrawZombieLimb (entity_t *e, int which)
}
glPushMatrix ();
R_RotateForEntity (e);
glTranslatef (paliashdr->scale_origin[0], paliashdr->scale_origin[1], paliashdr->scale_origin[2]);
glScalef (paliashdr->scale[0], paliashdr->scale[1], paliashdr->scale[2]);