From 43dbaf21e7aff7f97148fe3f860d16ef571a2d04 Mon Sep 17 00:00:00 2001 From: Hakunamawatta <48947000+Hakunamawatta@users.noreply.github.com> Date: Sat, 11 Jan 2025 03:40:13 +1100 Subject: [PATCH] [examples] Fix broken link (#4674) --- examples/text/text_draw_3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text/text_draw_3d.c b/examples/text/text_draw_3d.c index ed4e6ce6..8d23b045 100644 --- a/examples/text/text_draw_3d.c +++ b/examples/text/text_draw_3d.c @@ -286,7 +286,7 @@ int main(void) DrawGrid(10, 2.0f); // Use a shader to handle the depth buffer issue with transparent textures - // NOTE: more info at https://bedroomcoders.co.uk/raylib-billboards-advanced-use/ + // NOTE: more info at https://bedroomcoders.co.uk/posts/198 BeginShaderMode(alphaDiscard); // Draw the 3D text above the red cube