This commit is contained in:
YangHua 2024-01-28 17:27:16 +08:00
parent eeb9868254
commit 98f2297cb8
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public class PostureController : MonoBehaviour
private void OnDeviceBtn(string id, int redOrBlue)
{
if (droneViewDisplay.renderTextureTo(id) == null) return;
if (string.IsNullOrEmpty(id)) return;
if (redOrBlue == 0)
{