From 0ffa06c274946b203450250f0dc16facb46a88dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 21 Dec 2018 07:38:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40fae2..7b537d0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ features - Depth information (for fog). - Camera shearing (looking up/down). - Camera movement with collisions. -- Support for opening door. +- Partial support for opening door. - Pure C, tested to run as C++ as well. - Optional framework functions that handle the whole rendering. - Still flexible -- pixels are left for you to draw in any way you want.