missing gles2 check

This commit is contained in:
Thomas Hogarth 2018-04-03 15:48:37 +01:00 committed by Robert Osfield
parent f9f475d76d
commit 7c57dd04de

View File

@ -556,8 +556,10 @@ typedef std::map<void*, unsigned int> TouchPointsIdMapping;
0, 0, _backingWidth, _backingHeight,
GL_COLOR_BUFFER_BIT, GL_LINEAR);
}
# if OSG_GLES2_FEATURES
else
glResolveMultisampleFramebufferAPPLE();
# endif
# else
glResolveMultisampleFramebufferAPPLE();
# endif