From a4d328803b126cb4dd1a83d1327a0a2eaa5dce26 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Tue, 11 Mar 2025 14:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Item/Show3DCamera.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Item/Show3DCamera.cs b/Assets/Scripts/Item/Show3DCamera.cs index 7247a701..49675716 100644 --- a/Assets/Scripts/Item/Show3DCamera.cs +++ b/Assets/Scripts/Item/Show3DCamera.cs @@ -72,7 +72,7 @@ public class Show3DCamera : MonoBehaviour - public void ResetCamera(Transform target, RectTransform inputRect = null, bool isRenderTexture = true) + public void ResetCamera(Transform target, RectTransform inputRect = null, bool isRenderTexture = false) { if (target == null) {