We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345c667 commit e0a3fcbCopy full SHA for e0a3fcb
1 file changed
src/Box2D.NET/B2ArenaAllocator.cs
@@ -27,7 +27,6 @@ public B2ArenaAllocator(int capacity)
27
28
public B2ArenaAllocatorTyped<T> GetOrCreateFor<T>() where T : new()
29
{
30
- // 1 2 가 동시에 들어 왔을 경우, 어떻게 밑에까지 맞출것인가?
31
var index = B2ArenaAllocatorIndexer.Index<T>();
32
if (_lookup.Length <= index || null == _lookup[index])
33
0 commit comments