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