|
@@ -2754,7 +2754,7 @@ reset() {
|
|
|
|
|
|
|
|
#elif defined(OPENGLES)
|
|
#elif defined(OPENGLES)
|
|
|
// In OpenGL ES 2.x and above, this is supported in the core.
|
|
// In OpenGL ES 2.x and above, this is supported in the core.
|
|
|
- _supports_blend_equation_separate = false;
|
|
|
|
|
|
|
+ _supports_blend_equation_separate = true;
|
|
|
|
|
|
|
|
#else
|
|
#else
|
|
|
if (is_at_least_gl_version(1, 2)) {
|
|
if (is_at_least_gl_version(1, 2)) {
|