Skip to content

Commit

Permalink
Fixed bug where follower sprites did not update correctly after exiti…
Browse files Browse the repository at this point in the history
…ng the terrain tag editor
  • Loading branch information
usabhinav committed Feb 18, 2024
1 parent 24dda51 commit 9e3ac6c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def close_screen
$game_player.center($game_player.x, $game_player.y)
if $scene.is_a?(Scene_Map)
$scene.dispose
# Reset map objects in each follower event
$game_temp.followers = Game_FollowerFactory.new
$scene.createSpritesets
end
end
Expand Down

0 comments on commit 9e3ac6c

Please sign in to comment.