Skip to content

Commit

Permalink
update bg when change
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Oct 27, 2020
1 parent fe5ad02 commit 6781ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Monika After Story/game/zz_backgrounds.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2685,6 +2685,7 @@ init 800 python:

if new_background != mas_current_background:
mas_current_background.exit(new_background, **kwargs)
new_background.update() # NOTE: do not put this in setBackground.
mas_setBackground(new_background, **kwargs)

store.mas_is_indoors = store.mas_background.EXP_TYPE_OUTDOOR not in new_background.ex_props
Expand Down

0 comments on commit 6781ddb

Please sign in to comment.