From 3f1da982aa78bcd05bbafb197ac31139f1ed9ac1 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:00:50 -0300 Subject: [PATCH] i forgot to save --- getting-started/cpp-stuff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/cpp-stuff.md b/getting-started/cpp-stuff.md index dd8bc1b..0e2169b 100644 --- a/getting-started/cpp-stuff.md +++ b/getting-started/cpp-stuff.md @@ -22,7 +22,7 @@ After launching the installer, look for **Desktop development with C++**. You ma Once its installed, you should now have a working C++ compiler installed that is suited for GD mod development. -Please note that Visual Studio **2022** or higher is required. 2019 might work but anything lower will definitely not, as they don't support C++20 properly. +Please note that Visual Studio **2022** or higher is required. 2019 or lower will not work, as they don't support C++20 properly. ### MacOS