summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/shadow_maps/ex_shadow_maps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shadow_maps/ex_shadow_maps.c b/examples/shadow_maps/ex_shadow_maps.c
index c61996a..e918d67 100644
--- a/examples/shadow_maps/ex_shadow_maps.c
+++ b/examples/shadow_maps/ex_shadow_maps.c
@@ -110,7 +110,7 @@ int main() {
texture_data tex_data = texture_data_load("assets/textures/texture.jpg", false);
texture_handle texture = texture_data_upload(tex_data, true);
texture_handle white_tex =
- texture_data_upload(texture_data_load("assets/textures/white1x1.png", false), true);
+ texture_data_upload(texture_data_load("assets/models/obj/cube/container.jpg", false), true);
// END TEMP