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