Corrected bug
This commit is contained in:
parent
dfe797060a
commit
0b108c2087
1 changed files with 0 additions and 1 deletions
|
@ -1382,7 +1382,6 @@ void rlTextureParameters(unsigned int id, int param, int value)
|
||||||
case RL_TEXTURE_WRAP_S:
|
case RL_TEXTURE_WRAP_S:
|
||||||
case RL_TEXTURE_WRAP_T:
|
case RL_TEXTURE_WRAP_T:
|
||||||
{
|
{
|
||||||
if (value == RL_WRAP_MIRROR_CLAMP)
|
|
||||||
if (value == RL_TEXTURE_WRAP_MIRROR_CLAMP)
|
if (value == RL_TEXTURE_WRAP_MIRROR_CLAMP)
|
||||||
{
|
{
|
||||||
#if !defined(GRAPHICS_API_OPENGL_11)
|
#if !defined(GRAPHICS_API_OPENGL_11)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue