From b504e184d1ee6503a8a236aee1615d56c12ad5ca Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 15 Jan 2023 10:07:52 +0100 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 41d3868..c7326c8 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -25,7 +25,7 @@ Yes, you can. raylib comes compiled by default for OpenGL 3.3 backend but it can be recompiled for older OpenGL versions! It can be recompiled for OpenGL 1.1 (1997) and OpenGL 2.1 (2006). To do that using Notepad++, just follow this steps: -1. Open file `C:\raylib\raylib\src\core.c` +1. Open scripts execution window (F6) 2. Execute Notepad++ script: `raylib_source_compile` but choose the desired OpenGL API version: ``` SET GRAPHIC_API=GRAPHICS_API_OPENGL_11