Code cleanup.
This commit is contained in:
@@ -14,6 +14,7 @@ namespace Cryville.Crtr.Event {
|
||||
}
|
||||
}
|
||||
internal class MotionCachePool : CategorizedPool<int, MotionCache> {
|
||||
public static MotionCachePool Shared;
|
||||
private class Bucket : ObjectPool<MotionCache> {
|
||||
readonly MotionRegistry _reg;
|
||||
public Bucket(Identifier name, int capacity) : base(capacity) {
|
||||
|
Reference in New Issue
Block a user