зеркало из https://github.com/mozilla/moz-skia.git
Fix dumb copy/paste error
git-svn-id: http://skia.googlecode.com/svn/trunk@2049 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
9181aa84aa
Коммит
c7e6d08fd2
|
@ -1331,7 +1331,7 @@ bool GrGpuGL::createStencilBufferForRenderTarget(GrRenderTarget* rt,
|
|||
// as well.
|
||||
GrGLTexture* tex = (GrGLTexture*) rt->asTexture();
|
||||
width = GrMax(width, tex->allocWidth());
|
||||
height = GrMax(height, tex->allocWidth());
|
||||
height = GrMax(height, tex->allocHeight());
|
||||
|
||||
int samples = rt->numSamples();
|
||||
GrGLuint sbID;
|
||||
|
|
Загрузка…
Ссылка в новой задаче