diff --git a/project/java/GLSurfaceView_SDL.java b/project/java/GLSurfaceView_SDL.java index 4d658319d..a5a783d39 100644 --- a/project/java/GLSurfaceView_SDL.java +++ b/project/java/GLSurfaceView_SDL.java @@ -930,7 +930,6 @@ public class GLSurfaceView_SDL extends SurfaceView implements SurfaceHolder.Call * This is our main activity thread's loop, we go until * asked to quit. */ - try { /* * Update the asynchronous state (window size) @@ -999,10 +998,6 @@ public class GLSurfaceView_SDL extends SurfaceView implements SurfaceHolder.Call if( Globals.NonBlockingSwapBuffers ) return false; } - - } catch (java.lang.InterruptedException e) { - return false; - } } private boolean needToWait() { diff --git a/project/jni/application/src b/project/jni/application/src index 92362c4db..59d41f41e 120000 --- a/project/jni/application/src +++ b/project/jni/application/src @@ -1 +1 @@ -ufoai \ No newline at end of file +fheroes2 \ No newline at end of file