mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
code cleanup
This commit is contained in:
parent
67477ef90d
commit
8418c81e34
@ -333,7 +333,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
var x = Group.Splited.GetEnumerator();
|
||||
x.MoveNext();
|
||||
return x.Current.GetHashCode() ^ state;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
@ -62,7 +62,7 @@ namespace DCFApixels.DragonECS.Unity.Internal
|
||||
state ^= state >> 17;
|
||||
state ^= state << 5;
|
||||
return state;
|
||||
};
|
||||
}
|
||||
}
|
||||
public static void DebugRect_Editor(params Rect[] rects)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user