From 3ff9f9aeb7d449380bbcaa4645b83ed1bb24b72d Mon Sep 17 00:00:00 2001 From: client_Hale <339726288@qq.com> Date: 星期六, 22 九月 2018 00:41:28 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/U3DRepository --- Project/app/src/secondworld/java/com/secondworld/univeralsdk/H2EngineSDK.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Project/app/src/secondworld/java/com/secondworld/univeralsdk/H2EngineSDK.java b/Project/app/src/secondworld/java/com/secondworld/univeralsdk/H2EngineSDK.java index 4754894..f99f207 100644 --- a/Project/app/src/secondworld/java/com/secondworld/univeralsdk/H2EngineSDK.java +++ b/Project/app/src/secondworld/java/com/secondworld/univeralsdk/H2EngineSDK.java @@ -340,6 +340,10 @@ FreePlatform.getInstance().onCreate(); } + public static void onWindowFocusChanged(boolean b) + { + } + public static void onNewIntent(final Activity activity, final Intent intent) { } -- Gitblit v1.8.0