修复bug

This commit is contained in:
shenjianxing 2025-03-11 14:37:17 +08:00
parent f1d865dc81
commit a4d328803b

View File

@ -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) if (target == null)
{ {