This commit is contained in:
parent
eeb9868254
commit
98f2297cb8
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue