Updated Frequently Asked Questions (markdown)

master
Ray 2 년 전
부모
커밋
b504e184d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Frequently-Asked-Questions.md

+ 1
- 1
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

불러오는 중...
취소
저장