Skip to content

Commit e0a3fcb

Browse files
committed
remove korean comment
1 parent 345c667 commit e0a3fcb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Box2D.NET/B2ArenaAllocator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public B2ArenaAllocator(int capacity)
2727

2828
public B2ArenaAllocatorTyped<T> GetOrCreateFor<T>() where T : new()
2929
{
30-
// 1 2 가 동시에 들어 왔을 경우, 어떻게 밑에까지 맞출것인가?
3130
var index = B2ArenaAllocatorIndexer.Index<T>();
3231
if (_lookup.Length <= index || null == _lookup[index])
3332
{

0 commit comments

Comments
 (0)