]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/mod_skeletal_animatevertices_sse.c
Update the engine
[voretournament/voretournament.git] / misc / source / darkplaces-src / mod_skeletal_animatevertices_sse.c
index 06d74317147200df89267e118097f6326a10f8d1..f575d24522db67e7b2d3f604e639905f8d6706c4 100644 (file)
@@ -20,9 +20,6 @@ void Mod_Skeletal_AnimateVertices_SSE(const dp_model_t * RESTRICT model, const f
        const blendweights_t * RESTRICT weights;
        int num_vertices_minus_one;
 
-       if (!model->surfmesh.num_vertices)
-               return;
-
        num_vertices_minus_one = model->surfmesh.num_vertices - 1;
 
        //unsigned long long ts = rdtsc();