Parcourir la source

cmGrPlotAudio.c Comment changes.

master
kevin il y a 11 ans
Parent
révision
b59c26a73b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      cmGrPlotAudio.c

+ 0
- 1
cmGrPlotAudio.c Voir le fichier

@@ -120,7 +120,6 @@ bool _cmGrPlObjAfRender(   cmGrObjFuncArgs_t* args, cmGrDcH_t dcH )
120 120
     for(i=0; i<op->pixN; ++i)
121 121
       cmGrDcDrawLine(dcH, op->pext.loc.x+i, op->iMinV[i], op->pext.loc.x+i, op->iMaxV[i] );        
122 122
 
123
-
124 123
     // draw a rectangle around the entire audio clip
125 124
     cmGrDcDrawRect(dcH, op->pext.loc.x, cmGrPExtT(&pext),  op->pext.sz.w, cmGrPExtB(&pext) );
126 125
     

Chargement…
Annuler
Enregistrer