Skip to content

Commit 4a6bac5

Browse files
authored
Update PoolManager.cs
1 parent 01412d6 commit 4a6bac5

File tree

1 file changed

+1
-1
lines changed
  • Assets/Game Programming Patterns/Object Pool Pattern/Example/Script/Core

1 file changed

+1
-1
lines changed

Assets/Game Programming Patterns/Object Pool Pattern/Example/Script/Core/PoolManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void Init()
194194
{
195195
//检测对象池是否重名 | check for duplicate names
196196
CheckForDuplicatePoolNames();
197-
//场景对象池 | create pools
197+
//创建对象池 | create pools
198198
CreatePools();
199199
}
200200

0 commit comments

Comments
 (0)