]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_lerpanim.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / r_lerpanim.c
index 83c2b432ef3870a4b9609cb32f18cad6409ef2d2..fe8f2495f90a21b03e3e1cc69cb7b1ec5afde077 100644 (file)
@@ -155,6 +155,5 @@ void R_LerpAnimation(entity_render_t *r)
                        FRAMEBLENDINSERT
                }
        }
-       //Con_Printf("Lerp: %i:%f %i:%f %i:%f %i:%f\n", blend[0].frame, blend[0].lerp, blend[1].frame, blend[1].lerp, blend[2].frame, blend[2].lerp, blend[3].frame, blend[3].lerp);
 }