mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
this should fix the skating statues
This commit is contained in:
parent
5819fc200c
commit
00514d744e
1 changed files with 2 additions and 0 deletions
|
@ -367,6 +367,8 @@ GL_GetAliasFrameVerts (int frame, aliashdr_t *paliashdr, entity_t *e)
|
||||||
lastposenum = e->pose2;
|
lastposenum = e->pose2;
|
||||||
return vo;
|
return vo;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
verts += pose * count;
|
||||||
}
|
}
|
||||||
for (i = 0; i < count; i++) {
|
for (i = 0; i < count; i++) {
|
||||||
vo->verts[i].vert[0] = verts[i].v[0];
|
vo->verts[i].vert[0] = verts[i].v[0];
|
||||||
|
|
Loading…
Reference in a new issue