From ad9a010400f299ce20966484a2bb548fd068ad96 Mon Sep 17 00:00:00 2001 From: jestarray <34615798+jestarray@users.noreply.github.com> Date: Sat, 21 May 2022 17:08:55 -0700 Subject: [PATCH] fixed table of contents where "Why does calling `LoadTexture()` crash my program?" did not jump to anchor link --- 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 e088fc8..15bf7ff 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -8,7 +8,7 @@ - [How do I make a timer?](#how-do-i-make-a-timer) - [What do all the fields in `Camera2D` mean?](#what-do-all-the-fields-in-camera2d-mean) - [How do I center text on the screen?](#how-do-i-center-text-on-the-screen) -- [Why does calling `LoadTexture()` crash my program?](#why-does-calling--loadtexture--crash-my-program) +- [Why does calling `LoadTexture()` crash my program?](#why-does-calling-loadtexture-crash-my-program) - [How can I draw a texture flipped?](#how-can-i-draw-a-texture-flipped) - [Why is my render texture upside down?](#why-is-my-render-texture-upside-down) - [How do I create a depth texture?](#how-do-i-create-a-depth-texture)