Fixed new code, added GLES2 example - I'm not sure that it works correctly, but it reports that GLES 2 is initialized
This commit is contained in:
@@ -450,6 +450,7 @@ public class MainActivity extends Activity {
|
||||
{
|
||||
if(Globals.NeedGles2)
|
||||
System.loadLibrary("GLESv2");
|
||||
System.out.println("libSDL: loaded GLESv2 lib");
|
||||
}
|
||||
catch ( UnsatisfiedLinkError e )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user