Fixes sprites not being downloaded before form change

This commit is contained in:
infinitefusion
2023-11-19 10:27:40 -05:00
parent 6e5f7bbce2
commit 48327a61ff
7 changed files with 15 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ def get_fusion_sprite_path(head_id, body_id, spriteform_body = nil, spriteform_h
return local_generated_path if pbResolveBitmap(local_generated_path)
#Download generated sprite if nothing else found
autogen_path = download_autogen_sprite(head_id, body_id)
autogen_path = download_autogen_sprite(head_id, body_id,spriteform_body,spriteform_head)
return autogen_path if pbResolveBitmap(autogen_path)
return Settings::DEFAULT_SPRITE_PATH