diff options
| author | jussi | 2023-05-09 23:48:09 +0300 |
|---|---|---|
| committer | jussi | 2023-05-09 23:48:09 +0300 |
| commit | 1e58f551bbfb6a8ef4d83292685d7c3672385c8b (patch) | |
| tree | a4fbc3e1bf03c72c08ed398795997528f27fcb8f /src/core.c | |
| parent | 429a9dff96a5dbe1f526ae7cc6e41815eb862cf0 (diff) | |
| download | reilua-enhanced-1e58f551bbfb6a8ef4d83292685d7c3672385c8b.tar.gz reilua-enhanced-1e58f551bbfb6a8ef4d83292685d7c3672385c8b.tar.bz2 reilua-enhanced-1e58f551bbfb6a8ef4d83292685d7c3672385c8b.zip | |
UnloadTexture did not set texture id to NULL.
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ); |
