From e9220c14df5b8df418192ec20495f34362f3a4af Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 17 Sep 2023 13:31:10 +0100 Subject: [PATCH] Unload panorama texture in SkyboxDemo --- Examples/Models/SkyboxDemo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/Models/SkyboxDemo.cs b/Examples/Models/SkyboxDemo.cs index d97ca40..2e4ba5a 100644 --- a/Examples/Models/SkyboxDemo.cs +++ b/Examples/Models/SkyboxDemo.cs @@ -93,6 +93,7 @@ public class SkyboxDemo PixelFormat.PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 ); SetMaterialTexture(ref skybox, 0, MaterialMapIndex.MATERIAL_MAP_CUBEMAP, ref cubemap); + UnloadTexture(panorama); } else { @@ -136,6 +137,7 @@ public class SkyboxDemo PixelFormat.PIXELFORMAT_UNCOMPRESSED_R8G8B8A8 ); SetMaterialTexture(ref skybox, 0, MaterialMapIndex.MATERIAL_MAP_CUBEMAP, ref cubemap); + UnloadTexture(panorama); } else {