瀏覽代碼

[examples] Fix broken link (#4674)

pull/4680/head
Hakunamawatta 1 周之前
committed by GitHub
父節點
當前提交
43dbaf21e7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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);
// 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…
取消
儲存