From 57efd83a24af56db0a245b78615686605763264c Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 24 Nov 2014 23:02:35 +0100 Subject: [PATCH] Should fix android compilation. --- JGE/src/SDLmain.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/JGE/src/SDLmain.cpp b/JGE/src/SDLmain.cpp index f99fb7ce4..6363cbd46 100644 --- a/JGE/src/SDLmain.cpp +++ b/JGE/src/SDLmain.cpp @@ -74,9 +74,6 @@ extern "C" void Java_org_libsdl_app_SDLActivity_nativeResume( JNIEnv* env, jclass cls) { WagicCore::getInstance()->setActive(true); - if (!g_engine) - return; - g_engine->Resume(); } #include "Wagic_Version.h"