update btc scripts
This commit is contained in:
parent
2c3bb4157f
commit
a48c4f42cb
@ -1243,8 +1243,7 @@ public class BTC : MonoBehaviour {
|
|||||||
} else {
|
} else {
|
||||||
Task.SetFailed();
|
Task.SetFailed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case NodeState.Aborting:
|
case NodeState.Aborting:
|
||||||
case NodeState.NotRunning:
|
case NodeState.NotRunning:
|
||||||
break;
|
break;
|
||||||
@ -1319,8 +1318,7 @@ public class BTC : MonoBehaviour {
|
|||||||
} else {
|
} else {
|
||||||
Task.SetFailed();
|
Task.SetFailed();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case NodeState.Aborting:
|
case NodeState.Aborting:
|
||||||
case NodeState.NotRunning:
|
case NodeState.NotRunning:
|
||||||
break;
|
break;
|
||||||
|
@ -188,10 +188,6 @@ public class NamedDepthkitPlayer : ComponentHandler {
|
|||||||
break;
|
break;
|
||||||
*/
|
*/
|
||||||
case NodeState.Aborting:
|
case NodeState.Aborting:
|
||||||
if (mediaPlayer != null)
|
|
||||||
{
|
|
||||||
mediaPlayer.CloseMedia();
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case NodeState.NotRunning:
|
case NodeState.NotRunning:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user