mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Fixed reflections not disappearing if the parent event changes to a blank page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user