summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index a0ea6ce..11feb35 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1251,7 +1251,6 @@ int lcoreSetShaderValueTexture( lua_State *L ) {
lua_pushboolean( L, false );
return 1;
}
- // SetShaderValueTexture( *state->shaders[ shaderId ], locIndex, *state->textures[ textureId ] );
SetShaderValueTexture( *state->shaders[ shaderId ], locIndex, *texturesGetSourceTexture( textureId ) );
lua_pushboolean( L, true );