mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 09:24:35 +08:00
fix component template initialization
This commit is contained in:
parent
7c6fdcfb6f
commit
ba4e103337
@ -87,6 +87,7 @@ namespace DCFApixels.DragonECS
|
||||
_defaultValueType = (T)field.GetValue(null);
|
||||
}
|
||||
}
|
||||
_defaultValueTypeInit = true;
|
||||
}
|
||||
return _defaultValueType;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user