Fixed unused local variable warning.
This commit is contained in:
parent
274ec047ed
commit
5e41b5887c
2 changed files with 4 additions and 2 deletions
|
@ -270,7 +270,7 @@ public class SDLActivity extends Activity {
|
|||
}
|
||||
|
||||
// C functions we call
|
||||
public static native void nativeInit();
|
||||
public static native int nativeInit();
|
||||
public static native void nativeLowMemory();
|
||||
public static native void nativeQuit();
|
||||
public static native void nativePause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue