From b6d902dacf04b12fff5c726a2fefbcffade56104 Mon Sep 17 00:00:00 2001 From: Auios Date: Thu, 18 Apr 2019 00:31:15 -0400 Subject: [PATCH] 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. --- bricks/special/EventGate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/special/EventGate.cs b/bricks/special/EventGate.cs index 0751265..ffbe5ea 100644 --- a/bricks/special/EventGate.cs +++ b/bricks/special/EventGate.cs @@ -50,7 +50,7 @@ datablock fxDTSBrickData(LogicGate_EventGate_Data : brick1x1fData) logicPortPos[0] = "0 0 0"; logicPortDir[0] = "0"; logicPortCauseUpdate[0] = true; - logicPortUIName[0] = "Input"; + logicPortUIName[0] = ""; logicPortUIDesc[0] = ""; logicPortType[1] = 0;