Skip to content

Commit 43dbaf2

Browse files
[examples] Fix broken link (#4674)
1 parent eee86dd commit 43dbaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text/text_draw_3d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ int main(void)
286286
DrawGrid(10, 2.0f);
287287

288288
// Use a shader to handle the depth buffer issue with transparent textures
289-
// NOTE: more info at https://bedroomcoders.co.uk/raylib-billboards-advanced-use/
289+
// NOTE: more info at https://bedroomcoders.co.uk/posts/198
290290
BeginShaderMode(alphaDiscard);
291291

292292
// Draw the 3D text above the red cube

0 commit comments

Comments
 (0)