fix: Fixed pages showing up in wrong language (#1752)

* Fix languages

* Missed change for version number

* Add language field for presentation

* Revert change in README for double buffer

Co-authored-by: Jackie Nim <=>
This commit is contained in:
JackieNim
2021-05-19 10:49:05 -06:00
committed by GitHub
parent 1b880c1818
commit f597fc1b07
184 changed files with 228 additions and 46 deletions

View File

@ -4,6 +4,7 @@ title: Object Pool
folder: object-pool
permalink: /patterns/object-pool/
categories: Creational
language: en
tags:
- Game programming
- Performance