#--------------------------------------------------------------------------
# ● フレーム更新
#--------------------------------------------------------------------------
def update
super unless @update_flag
@update_flag = self.visible ? true : false
update_tone
update_open if @opening
update_close if @closing
end 👀
Rock54: Caution(BBR-MD5:0be15ced7fbdb9fdb4d0ce1929c1b82f)