Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected comment in Java file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 18, 2013
1 parent 9db34b2 commit d30cb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -43,7 +43,7 @@ public class SDLActivity extends Activity {
protected static Thread mAudioThread;
protected static AudioTrack mAudioTrack;

// EGL private objects
// EGL objects
protected static EGLContext mEGLContext;
protected static EGLSurface mEGLSurface;
protected static EGLDisplay mEGLDisplay;
Expand Down

0 comments on commit d30cb72

Please sign in to comment.