Add Android to Platform Switch node

This commit is contained in:
Wojciech Figat
2020-12-14 12:38:35 +01:00
committed by Wojciech Figat
parent dabae6a7ba
commit 3e50508adf
3 changed files with 7 additions and 2 deletions

View File

@@ -690,6 +690,9 @@ void VisjectExecutor::ProcessGroupTools(Box* box, Node* node, Value& value)
case PlatformType::XboxScarlett:
boxId = 7;
break;
case PlatformType::Android:
boxId = 8;
break;
default: ;
}
value = tryGetValue(node->GetBox(node->GetBox(boxId)->HasConnection() ? boxId : 1), Value::Zero);