X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_main.c;h=58241741e50fed9dcff0475145c9530daa4e2b7e;hp=c369a4362e0e79786a7ab853d43ee1c16310cc82;hb=36db1374c6782cadb439e5d642e0ffed73236034;hpb=d5333c415c0c6b4d8204ced0089d740c28f35537 diff --git a/cl_main.c b/cl_main.c index c369a436..58241741 100644 --- a/cl_main.c +++ b/cl_main.c @@ -920,7 +920,7 @@ void CL_UpdateNetworkEntity(entity_t *e, int recursionlimit, qboolean interpolat // FIXME: use a model function to get tag info (need to handle skeletal) if (e->state_current.tagentity && e->state_current.tagindex >= 1) { - if(CL_BlendTagMatrix(&t->render, e->state_current.tagindex - 1, &blendmatrix)) + if(!CL_BlendTagMatrix(&t->render, e->state_current.tagindex - 1, &blendmatrix)) // i.e. no error { // concat the tag matrices onto the entity matrix Matrix4x4_Concat(&tempmatrix, &t->render.matrix, &blendmatrix);