mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
fix
This commit is contained in:
parent
173ba244b1
commit
c08be8e883
@ -128,7 +128,6 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
|
|
||||||
if (isValide)
|
if (isValide)
|
||||||
{
|
{
|
||||||
EditorGUI.ObjectField
|
|
||||||
long entityLong = *(long*)&ent;
|
long entityLong = *(long*)&ent;
|
||||||
fulleProperty.longValue = entityLong;
|
fulleProperty.longValue = entityLong;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user