Browse Source

[examples] Fix broken link (#4674)

pull/4680/head
Hakunamawatta 1 week ago
committed by GitHub
parent
commit
43dbaf21e7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/text/text_draw_3d.c

+ 1
- 1
examples/text/text_draw_3d.c View File

@ -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

Loading…
Cancel
Save