Explorar o código

[examples] Fix broken link (#4674)

Hakunamawatta hai 8 meses
pai
achega
43dbaf21e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/text/text_draw_3d.c

+ 1 - 1
examples/text/text_draw_3d.c

@@ -286,7 +286,7 @@ int main(void)
                 DrawGrid(10, 2.0f);
                 DrawGrid(10, 2.0f);
 
 
                 // Use a shader to handle the depth buffer issue with transparent textures
                 // 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);
                 BeginShaderMode(alphaDiscard);
 
 
                     // Draw the 3D text above the red cube
                     // Draw the 3D text above the red cube