Skip to content

Commit

Permalink
[examples] Fix broken link (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakunamawatta authored Jan 10, 2025
1 parent eee86dd commit 43dbaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text/text_draw_3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43dbaf2

Please sign in to comment.