Skip to content

Commit

Permalink
ups, loaded wrong shared lib...
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 6, 2013
1 parent e9bd78a commit 448eb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class AndroidGL20 implements GL20 {
static {
System.loadLibrary("androidgl20");
System.loadLibrary("gdx");
init();
}

Expand Down

0 comments on commit 448eb75

Please sign in to comment.