summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-09-23 14:18:15 +0200
committerraysan5 <[email protected]>2020-09-23 14:18:15 +0200
commit4a97a5c63a547f6b56e9582981be010d8497188f (patch)
tree7fef33a6868bd0d77cc8c37f3cd533f62f193bb7 /examples/models
parent032b2db3983836474bef3ee45e90967617146e49 (diff)
downloadraylib-4a97a5c63a547f6b56e9582981be010d8497188f.tar.gz
raylib-4a97a5c63a547f6b56e9582981be010d8497188f.zip
Update models_skybox.c
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_skybox.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}