mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-04 08:31:49 +00:00
Update GLES3JNIActivity.java
This commit is contained in:
parent
553286c44f
commit
d2d7d32239
1 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,7 @@ import android.os.Bundle;
|
||||||
import android.support.v4.app.ActivityCompat;
|
import android.support.v4.app.ActivityCompat;
|
||||||
import android.support.v4.content.ContextCompat;
|
import android.support.v4.content.ContextCompat;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
import android.os.RemoteException;
|
||||||
import android.view.SurfaceHolder;
|
import android.view.SurfaceHolder;
|
||||||
import android.view.SurfaceView;
|
import android.view.SurfaceView;
|
||||||
import android.view.WindowManager;
|
import android.view.WindowManager;
|
||||||
|
@ -338,8 +339,6 @@ import java.io.OutputStream;
|
||||||
{
|
{
|
||||||
Log.v(APPLICATION, "GLES3JNIActivity::onDestroy()" );
|
Log.v(APPLICATION, "GLES3JNIActivity::onDestroy()" );
|
||||||
|
|
||||||
bHaptics.destroy();
|
|
||||||
|
|
||||||
if ( mSurfaceHolder != null )
|
if ( mSurfaceHolder != null )
|
||||||
{
|
{
|
||||||
GLES3JNILib.onSurfaceDestroyed( mNativeHandle );
|
GLES3JNILib.onSurfaceDestroyed( mNativeHandle );
|
||||||
|
|
Loading…
Reference in a new issue