Removed EventGate Port UI Names

If I am using the EventGate as a clickable interface with my circuit I don't want the text to be displayed over my screen.
This commit is contained in:
Auios 2019-04-18 00:31:15 -04:00
parent 096ae4556d
commit b6d902dacf

View File

@ -50,7 +50,7 @@ datablock fxDTSBrickData(LogicGate_EventGate_Data : brick1x1fData)
logicPortPos[0] = "0 0 0"; logicPortPos[0] = "0 0 0";
logicPortDir[0] = "0"; logicPortDir[0] = "0";
logicPortCauseUpdate[0] = true; logicPortCauseUpdate[0] = true;
logicPortUIName[0] = "Input"; logicPortUIName[0] = "";
logicPortUIDesc[0] = ""; logicPortUIDesc[0] = "";
logicPortType[1] = 0; logicPortType[1] = 0;