OpenGL 'works' better...

This commit is contained in:
aismann 2020-08-07 08:10:12 +02:00 committed by GitHub
parent d424be2a80
commit 63e7c6e4dc
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ THE SOFTWARE.
// whether use google angleproject GLES on desktop
// https://github.com/google/angle
#ifndef CC_USE_GLES_ON_DESKTOP
#define CC_USE_GLES_ON_DESKTOP 1
#define CC_USE_GLES_ON_DESKTOP 0
#endif
/// @endcond