From 929a97dfb7cc12b978a3298a22d7ea8111360724 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 23 Aug 2017 15:17:41 -0400 Subject: [PATCH] Fix typos --- 2D-vs-3D-development-with-raylib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2D-vs-3D-development-with-raylib.md b/2D-vs-3D-development-with-raylib.md index c118e3e..567a621 100644 --- a/2D-vs-3D-development-with-raylib.md +++ b/2D-vs-3D-development-with-raylib.md @@ -1,4 +1,4 @@ -raylib was primary conceived for 2D game programming but with some basic 3D support. Every new raylib versión, 3D support has expanded to the point of including shaders and postprocessing effects. Dealing with 2D and 3D in an easy way supposed some technical trades that maybe were not the perfect solution for 2D neither 3D but work very well for both systems cohexistance. +raylib was primary conceived for 2D game programming but with some basic 3D support. Every new raylib version, 3D support has expanded to the point of including shaders and postprocessing effects. Dealing with 2D and 3D in an easy way supposed some technical tradeoffs that maybe were not the perfect solution for 2D neither 3D but work very well for both systems coexistence. ### Three different buffers