]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
factor V_CalcRefdef into two functions
[xonotic/darkplaces.git] / prvm_cmds.c
index 657e4b81914b5c3904b8ebaae6d1aee176da08ea..7f1900d9826f6d44d3799b78e01b1803bcd7197a 100644 (file)
@@ -96,7 +96,7 @@ void VM_FrameBlendFromFrameGroupBlend(frameblend_t *frameblend, const framegroup
 
        memset(blend, 0, MAX_FRAMEBLENDS * sizeof(*blend));
 
-       if (!model || !model->surfmesh.isanimated || model->numframes <= 1)
+       if (!model || !model->surfmesh.isanimated)
        {
                blend[0].lerp = 1;
                return;