]> git.mcshandy.xyz Git - barrow_crawler/commitdiff
Fix missing asset dependency
authorRandy McShandy <randy@mcshandy.xyz>
Wed, 23 Apr 2025 02:31:34 +0000 (21:31 -0500)
committerRandy McShandy <randy@mcshandy.xyz>
Wed, 23 Apr 2025 02:31:34 +0000 (21:31 -0500)
bin/posix_BC
src/render_raylib.c

index 378bd79aa3cffd11bfb0063ed5d6b311bd7b8008..b8910fd95a55b6b58dc105d25742a2afd834e1d4 100755 (executable)
Binary files a/bin/posix_BC and b/bin/posix_BC differ
index 1ac3c80924125757b49685b18f0ea44617ccb339..1e40d86e66ec1b4e0d70897a70a47d148675ab32 100644 (file)
@@ -427,7 +427,7 @@ void wait_initialize_resources()
                while(!IsModelValid(coffin_model)){}
                coffin_model.materials[0].shader = shader;
 
-               hand_01_image = LoadImage("./assets/hand_2.png");
+               hand_01_image = LoadImage("./assets/hand_1.png");
                while(!IsImageValid(hand_01_image)){}
                hand_01_texture = LoadTextureFromImage(hand_01_image);
                while(!IsTextureValid(hand_01_texture)){}