From 2dbca92adb5cc902411b716bbdba395375ad51f5 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 5 Aug 2020 00:00:15 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4761d75..fae7955 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple3DEngine -A simple 3D engine written in C with integer math (fixed-point) +A simple 3D engine written in C with integer math (fixed-point, except for when normalizing vertices, I did not want to mess with re-inventing the wheel with accurate square-rooting) ## Requirements * Make