Fixed reflections not disappearing if the parent event changes to a blank page

This commit is contained in:
Maruno17
2024-02-02 00:07:32 +00:00
parent e6fe242d4b
commit 86c92e7657
2 changed files with 2 additions and 15 deletions

View File

@@ -135,6 +135,7 @@ class Sprite_Character < RPG::Sprite
self.bitmap = nil
@cw = 0
@ch = 0
@reflection&.update
end
@character.sprite_size = [@cw, @ch]
end