Compare commits
2 Commits
9f95bbadf3
...
8dbbc60083
| Author | SHA1 | Date |
|---|---|---|
|
|
8dbbc60083 | |
|
|
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