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