Fix copy/paste issue in GrInOrderDrawBuffer.
git-svn-id: http://skia.googlecode.com/svn/trunk@3257 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
421bcc375a
commit
d127ffe92c
@ -246,7 +246,7 @@ void GrInOrderDrawBuffer::onDrawIndexed(GrPrimitiveType primitiveType,
|
||||
poolState.fUsedPoolIndexBytes =
|
||||
GrMax(poolState.fUsedPoolIndexBytes, indexBytes);
|
||||
draw.fIndexBuffer = poolState.fPoolIndexBuffer;
|
||||
draw.fStartIndex += poolState.fPoolStartVertex;
|
||||
draw.fStartIndex += poolState.fPoolStartIndex;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user