From 4a97a5c63a547f6b56e9582981be010d8497188f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 23 Sep 2020 14:18:15 +0200 Subject: [PATCH] Update models_skybox.c --- examples/models/models_skybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index 945c1657..007e0311 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -86,7 +86,7 @@ int main(void) TextCopy(panoFileName, droppedFiles[0]); // Generate cubemap from panorama texture - skybox.materials[0].maps[MAP_CUBEMAP].texture = GenTextureCubemap(shdrCubemap, panorama, 1024); + skybox.materials[0].maps[MAP_CUBEMAP].texture = GenTextureCubemap(shdrCubemap, panorama, 1024, UNCOMPRESSED_R8G8B8A8); UnloadTexture(panorama); } }