UnloadTexture did not set texture id to NULL.

This commit is contained in:
jussi
2023-05-09 23:48:09 +03:00
parent 429a9dff96
commit 1e58f551bb
5 changed files with 5 additions and 5 deletions

View File

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