We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f4487d + 18a9bcf commit 090e824Copy full SHA for 090e824
1 file changed
src/aocharmovie.cpp
@@ -35,8 +35,8 @@ void AOCharMovie::load_image(QString p_char, QString p_emote,
35
ao_app->get_image_suffix(ao_app->get_character_path(
36
p_char, emote_prefix + "/" +
37
p_emote)), // Path check if it's categorized into a folder
38
- ao_app->get_character_path(
39
- p_char, p_emote + ".png"), // Non-animated path if emote_prefix fails
+ ao_app->get_image_suffix(ao_app->get_character_path(
+ p_char, p_emote)), // Just use the non-prefixed image, animated or not
40
ao_app->get_image_suffix(
41
ao_app->get_theme_path("placeholder")), // Theme placeholder path
42
ao_app->get_image_suffix(ao_app->get_default_theme_path(
0 commit comments