game-programming-patterns
game-programming-patterns copied to clipboard
Fix typo on Event Queue
Fix typo on "Event Queue" chapter that said:
Even though you copy when they array grows, enqueuing an item still has constant amortized complexity.
As mentioned on #332.