Skip to content

Commit

Permalink
Fixed ES2 Mode so it will be the default when building from code
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog committed Feb 15, 2018
1 parent 1dfbe5e commit a182f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/iOSPort/nativeSources/CN1ES2compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Please contact Codename One through http://www.codenameone.com/ if you
* need additional information or have any questions.
*/
#define NO_USE_ES2 1
#define USE_ES2 1
enum CN1GLenum {
CN1_GL_ALPHA_TEXTURE,
CN1_GL_VERTEX_COLORS
Expand Down

0 comments on commit a182f0a

Please sign in to comment.