This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
remove dangerous function
tags/Rel25b
sebas77
6 years ago
parent
cdb56f6f53
commit
869042b058
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
}
Write
Preview
Loading…
Cancel
Save