Ver código fonte

[examples] Fix broken link

pull/4674/head
Hakunamawatta 1 semana atrás
committed by GitHub
pai
commit
4687912208
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      examples/text/text_draw_3d.c

+ 1
- 1
examples/text/text_draw_3d.c Ver arquivo

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

Carregando…
Cancelar
Salvar