missing gles2 check
This commit is contained in:
parent
f9f475d76d
commit
7c57dd04de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user