Skip to content

Commit

Permalink
fix BACKGROUND to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed May 25, 2024
1 parent de82936 commit ba7d80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/playback.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if (color) {
const BEHAVIOUR_IMAGES = `
let backgrounds = FIELDS_OR_LIBRARY("background");
if (backgrounds.length > 0) {
SHOW_IMAGE("BACKGROUND", backgrounds, 1, 0, 0);
SHOW_IMAGE("BACKGROUND", backgrounds, 0, 0, 0);
} else if (IS_TAGGED(EVENT, "clear-background")) {
HIDE_IMAGE("BACKGROUND");
}
Expand Down

0 comments on commit ba7d80c

Please sign in to comment.