cmGrPlotAudio.c Comment changes.

This commit is contained in:
kevin 2013-01-13 16:41:20 -08:00
parent 390cedeac6
commit b59c26a73b

View File

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