From 90b266515e1b74cadfa3bca07762bea3f9f9da86 Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Sun, 6 Oct 2019 17:55:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96297e9..58fcf4f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * Only Windows x64 platform is supported. * I don't try to fix bugs inherited from the original Q3 source code distribution - in this regard the project is Q3-bugs-friendly. Still I fix things if new version of the compiler complains about something or if some functionality shows its age which leads to application instability. * Some functionality related to ancient graphics hardware was removed. Also I removed compilation of qvm code to native instructions to simplify maintenance. This means all game code is run through QVM which is slower than native execution but fast enough for modern computers. -* No changes in terms of visual appearence or gameplay. Provided Vulkan backend is a safe measure in case of poor OpenGL support in the future (hopefully not). It produces the same pixes as OpenGL backend. +* No changes in terms of visual appearence or gameplay. Provided Vulkan backend is a safe measure in case of poor OpenGL support in the future (hopefully not). It produces the same pixels as OpenGL backend. ## Usage * Build `visual-studio/quake3.sln` solution.