Code tweak
This commit is contained in:
parent
c28a5fbd62
commit
afe033412b
1 changed files with 1 additions and 6 deletions
|
@ -422,12 +422,7 @@ void UnloadTexture(Texture2D texture)
|
|||
// Unload render texture from GPU memory
|
||||
void UnloadRenderTexture(RenderTexture2D target)
|
||||
{
|
||||
if (target.id != 0)
|
||||
{
|
||||
rlDeleteRenderTextures(target);
|
||||
|
||||
TraceLog(INFO, "[FBO ID %i] Unloaded render texture data from VRAM (GPU)", target.id);
|
||||
}
|
||||
if (target.id != 0) rlDeleteRenderTextures(target);
|
||||
}
|
||||
|
||||
// Get pixel data from image in the form of Color struct array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue