Fix several frontmatter issues

This commit is contained in:
Ilkka Seppälä
2019-11-16 21:56:40 +02:00
parent 63c707fcb1
commit 19b129c28e
10 changed files with 10 additions and 14 deletions

View File

@ -3,7 +3,7 @@ layout: pattern
title: Spatial Partition
folder: spatial-partition
permalink: /patterns/spatial-partition/
categories: Game Programming pattern/Optimisation pattern
categories: Other
tags:
- Java
- Difficulty-Intermediate