Browse Source

remove dangerous function

tags/Rel25b
sebas77 6 years ago
parent
commit
869042b058
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      Svelto.ECS/EGID.cs

+ 0
- 5
Svelto.ECS/EGID.cs View File

@@ -35,10 +35,5 @@ namespace Svelto.ECS
{
return (long)groupId << 32 | ((long)(uint)entityId & 0xFFFFFFFF);
}
public static implicit operator int(EGID id)
{
return id.entityID;
}
}
}

Loading…
Cancel
Save