зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1257593 followup, fix bustage from believing a reviewer and then sending a different patch to try
CLOSED TREE
This commit is contained in:
Родитель
5001f89b5f
Коммит
b0bc1ab435
|
@ -624,7 +624,7 @@ WebGLFramebuffer::FramebufferTexture2D(GLenum attachment, TexImageTarget texImag
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (tex) {
|
if (tex) {
|
||||||
if (!tex->HasEveryBeenBound()) {
|
if (!tex->HasEverBeenBound()) {
|
||||||
mContext->ErrorInvalidOperation("framebufferTexture2D: the texture"
|
mContext->ErrorInvalidOperation("framebufferTexture2D: the texture"
|
||||||
" is not the name of a texture.");
|
" is not the name of a texture.");
|
||||||
return;
|
return;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче