mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
fix
This commit is contained in:
parent
ced7d2a547
commit
6e479c40cf
@ -187,6 +187,8 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
if (isEmpty)
|
||||
{
|
||||
GUILayout.Label(label);
|
||||
EditorGUI.BeginProperty(GUILayoutUtility.GetLastRect(), label, componentRefProp);
|
||||
EditorGUI.EndProperty();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user