Przeglądaj źródła

Code tweak

pull/132/head
raysan5 8 lat temu
rodzic
commit
afe033412b
1 zmienionych plików z 1 dodań i 6 usunięć
  1. +1
    -6
      src/textures.c

+ 1
- 6
src/textures.c Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz