mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2026-04-22 04:35:55 +08:00
fix excpetions
This commit is contained in:
parent
2d8b985cf0
commit
cd578c7096
@ -332,6 +332,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
{
|
{
|
||||||
if (IsDrawMetaBlock)
|
if (IsDrawMetaBlock)
|
||||||
{
|
{
|
||||||
|
|
||||||
ref var r = ref rect;
|
ref var r = ref rect;
|
||||||
var (skip, optionsWidth) = DragonGUI.DrawTypeMetaBlock(ref r, rootProperty, meta);
|
var (skip, optionsWidth) = DragonGUI.DrawTypeMetaBlock(ref r, rootProperty, meta);
|
||||||
selectionButtonRightOffset = optionsWidth;
|
selectionButtonRightOffset = optionsWidth;
|
||||||
@ -339,6 +340,10 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if(Event.current.type == EventType.Used)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user