From 363ee7ca80677815c9912a3eafc8c2e5718972b5 Mon Sep 17 00:00:00 2001 From: Tungstend Date: Mon, 18 Apr 2022 22:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dboat=E5=88=86=E8=BE=A8?= =?UTF-8?q?=E7=8E=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hmclpe/launcher/launch/boat/BoatMinecraftActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HMCLPE/src/main/java/com/tungsten/hmclpe/launcher/launch/boat/BoatMinecraftActivity.java b/HMCLPE/src/main/java/com/tungsten/hmclpe/launcher/launch/boat/BoatMinecraftActivity.java index 5e5b1fe5..314ce7d1 100644 --- a/HMCLPE/src/main/java/com/tungsten/hmclpe/launcher/launch/boat/BoatMinecraftActivity.java +++ b/HMCLPE/src/main/java/com/tungsten/hmclpe/launcher/launch/boat/BoatMinecraftActivity.java @@ -70,6 +70,7 @@ public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int hei MCOptionUtils.load(gameLaunchSetting.game_directory); MCOptionUtils.set("overrideWidth", String.valueOf((int) (width * scaleFactor))); MCOptionUtils.set("overrideHeight", String.valueOf((int) (height * scaleFactor))); + MCOptionUtils.set("fullscreen", "false"); MCOptionUtils.save(gameLaunchSetting.game_directory); BoatActivity.setBoatNativeWindow(new Surface(surface));