[Scummvm-git-logs] scummvm master -> 475eafc6c6fda083d7770d6bcde018f9ad1c77b3

ccawley2011 ccawley2011 at gmail.com
Sun Aug 18 23:48:29 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
475eafc6c6 ANDROID: Don't deinitialize the EGL surface when pausing the application


Commit: 475eafc6c6fda083d7770d6bcde018f9ad1c77b3
    https://github.com/scummvm/scummvm/commit/475eafc6c6fda083d7770d6bcde018f9ad1c77b3
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-08-18T22:48:08+01:00

Commit Message:
ANDROID: Don't deinitialize the EGL surface when pausing the application

Fixes Trac#6129

Changed paths:
    backends/platform/android/events.cpp


diff --git a/backends/platform/android/events.cpp b/backends/platform/android/events.cpp
index 4045bb5..634a840 100644
--- a/backends/platform/android/events.cpp
+++ b/backends/platform/android/events.cpp
@@ -766,8 +766,6 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
 		}
 
 		if (JNI::pause) {
-			deinitSurface();
-
 			LOGD("main thread going to sleep");
 			sem_wait(&JNI::pause_sem);
 			LOGD("main thread woke up");





More information about the Scummvm-git-logs mailing list