Skip to content

Commit

Permalink
Android shader fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed May 23, 2013
1 parent a1c1a9a commit bcf7912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/NMEProject.hx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class NMEProject {
defaultWindow.width = 0;
defaultWindow.height = 0;
defaultWindow.fullscreen = true;
defaultWindow.requireShaders = true;

case WINDOWS, MAC, LINUX:

Expand Down

0 comments on commit bcf7912

Please sign in to comment.