Fix the error emitted for invalid targets in WebGLTexture::bind
68898f4
It doesn't actually matter because this is only called from WebGLRenderingContext::BindTexture, which already checks the target, but better be safe than sorry.