mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-22 01:45:55 +08:00
fix
This commit is contained in:
parent
68059e9487
commit
a71a77989f
@ -137,10 +137,7 @@ namespace DCFApixels.DragonECS.Core.Internal
|
|||||||
sb.Append('"');
|
sb.Append('"');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (type.Namespace == typeof(FieldInfo).Namespace ||
|
if (type.Namespace == typeof(FieldInfo).Namespace || type.IsPointer)
|
||||||
type.IsPointer ||
|
|
||||||
type.IsFunctionPointer ||
|
|
||||||
type.IsUnmanagedFunctionPointer)
|
|
||||||
{
|
{
|
||||||
sb.Append('"');
|
sb.Append('"');
|
||||||
sb.Append(value.ToString());
|
sb.Append(value.ToString());
|
||||||
|
|||||||
@ -1,2 +1,11 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 0f3febd9a6cdfea4fb27039c5f66436f
|
guid: 0f3febd9a6cdfea4fb27039c5f66436f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user