From d462a444217ff42933f0bbae1bd99068ba87ba93 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 13 Jun 2019 11:04:30 -0700 Subject: [PATCH] typo --- content/concepts/renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/renderer.md b/content/concepts/renderer.md index 55d511b..4732dee 100644 --- a/content/concepts/renderer.md +++ b/content/concepts/renderer.md @@ -53,4 +53,4 @@ export class PointRenderer extends EntityRenderer { } ``` -For 2D games, you will need to be use layers to be specific about the order in which entities draw. For a 3D game you will probably end up delegating rendering to some kind of scene/camera system. +For 2D games, you will need to use layers to be specific about the order in which entities draw. For a 3D game you will probably end up delegating rendering to some kind of scene/camera system.