Skip to content

Commit c44f4ee

Browse files
committed
ビルドできない問題を修正
1 parent 4972b2a commit c44f4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EVMC4U/class/EVMC4Ustructs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public enum VirtualDevice
9797
Controller = 1,
9898
Tracker = 2,
9999
}
100-
#if UNITY_EDITOR
101100
public class LabelAttribute : PropertyAttribute
102101
{
103102
public readonly string name;
@@ -107,6 +106,7 @@ public LabelAttribute(string name)
107106
}
108107
}
109108

109+
#if UNITY_EDITOR
110110
[CustomPropertyDrawer(typeof(LabelAttribute))]
111111
public class LabelAttributeDrawer : PropertyDrawer
112112
{

0 commit comments

Comments
 (0)