From bd3d8f01073a45ed14f13a0978c5e0590786f1bd Mon Sep 17 00:00:00 2001 From: Jean-Milost Reymond Date: Sat, 26 Feb 2022 00:08:47 -0300 Subject: [PATCH] - changed: misspelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2e6a2..9f4caeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CompactStar engine -The CompactStar engine is a tiny game engine I'm using for my own purposes. With the existence of very performant and low cost, sometimes even free, 3D engines like Unity, Unreal or Panda, I know that the reasons that motivated me to write my own 3D game engine may appear somewhat strange, especially when the result is less efficient than these engines. +The CompactStar engine is a tiny game engine I'm using for my own purposes. With the existence of very efficient and low cost, sometimes even free, 3D engines like Unity, Unreal or Panda, I know that the reasons that motivated me to write my own 3D game engine may appear somewhat strange, especially when the result is lower than these engines. However I had several reasons to do that: 1. I wanted to learn something, and to confront myself to the difficulty to create a such engine.