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