mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-22 01:45:55 +08:00
fixes
This commit is contained in:
parent
87c98f708e
commit
d3e77026ff
@ -127,6 +127,7 @@ namespace DCFApixels.DragonECS
|
||||
|
||||
if (type.TryGetAttributeInherited<MetaProxyAttribute>(out var proxyAtr, out var declaringAtrType))
|
||||
{
|
||||
#if REFLECTION_DISABLED
|
||||
Type proxyType = proxyAtr.Type;
|
||||
if (proxyType.ContainsGenericParameters && proxyType.IsNested)
|
||||
{
|
||||
@ -146,6 +147,7 @@ namespace DCFApixels.DragonECS
|
||||
_isSelfProxy = declaringAtrType == type;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#undef DEBUG
|
||||
#endif
|
||||
|
||||
namespace DCFApixels.DragonECS.UncheckedCore
|
||||
namespace DCFApixels.DragonECS.Core.Unchecked
|
||||
{
|
||||
public readonly struct EntitiesMatrix
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user