]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Added vid_vsync cvar and also to put it in the video options menu.
[xonotic/darkplaces.git] / cl_main.c
index 75e5d57c5493dbf3547d341365794de7a42a8373..547937a3d87b40702eb96fdd77964b3a97ade096 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -535,6 +535,7 @@ void CL_LinkNetworkEntity(entity_t *e)
                        // make relative to the entity
                        matrix = &t->render.matrix;
                        // if a valid tagindex is used, make it relative to that tag instead
+                       // FIXME: use a model function to get tag info (need to handle skeletal)
                        if (e->state_current.tagentity && e->state_current.tagindex >= 1 && (model = t->render.model) && e->state_current.tagindex <= t->render.model->alias.aliasnum_tags)
                        {
                                // blend the matrices