Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Corrected bug
pull/1632/head
Ray
3 anos atrás
pai
dfe797060a
commit
0b108c2087
1 arquivos alterados
com
0 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-1
src/rlgl.h
+ 0
- 1
src/rlgl.h
Ver arquivo
@ -1382,7 +1382,6 @@ void rlTextureParameters(unsigned int id, int param, int value)
case
RL_TEXTURE_WRAP_S
:
case
RL_TEXTURE_WRAP_T
:
{
if
(
value
=
=
RL_WRAP_MIRROR_CLAMP
)
if
(
value
=
=
RL_TEXTURE_WRAP_MIRROR_CLAMP
)
{
#
if !defined(GRAPHICS_API_OPENGL_11)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar