From f637e6bef475b48cee5a510de0512ad3d842dc35 Mon Sep 17 00:00:00 2001 From: rory-cd Date: Mon, 19 Jan 2026 21:28:19 +1100 Subject: [PATCH] FIX: Track bitmap resources when loading bundles --- coresdk/src/coresdk/bundles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coresdk/src/coresdk/bundles.cpp b/coresdk/src/coresdk/bundles.cpp index 6d5e41e1..e04002f4 100644 --- a/coresdk/src/coresdk/bundles.cpp +++ b/coresdk/src/coresdk/bundles.cpp @@ -141,7 +141,7 @@ namespace splashkit_lib break; case IMAGE_RESOURCE: rb_load_bitmap(line_name, line_path); - if ( ! has_resource_bundle(line_name) ) return; + if ( ! has_bitmap(line_name) ) return; break; case FONT_RESOURCE: load_font(line_name, line_path);