Skip to content

Commit 8151e5b

Browse files
Remove obsolete signal type option
1 parent 998b859 commit 8151e5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

UnityMapper/LibmapperComponentList.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ public enum SignalType
2222
{
2323
ReadOnly,
2424
[InspectorName("Read and Write")]
25-
ReadWrite,
26-
// TODO: This option should be removed once the cause of the timestamp bug is found
27-
WriteOnly
25+
ReadWrite
2826
}

0 commit comments

Comments
 (0)