From 564a656b1e0bf2d2cec0f35898a860ace384f616 Mon Sep 17 00:00:00 2001 From: Omni Date: Mon, 24 Jun 2024 00:59:51 +1000 Subject: use diff. textures --- examples/shadow_maps/ex_shadow_maps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2