From 6e60fc0cf16bb3ce40a27113e92d185254242fb1 Mon Sep 17 00:00:00 2001 From: rtw1x1 Date: Sat, 27 Dec 2025 21:28:06 +0000 Subject: [PATCH] Update uiphasecurtain.py --- assets/root/uiphasecurtain.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/root/uiphasecurtain.py b/assets/root/uiphasecurtain.py index 107420a2..b4bd86fc 100644 --- a/assets/root/uiphasecurtain.py +++ b/assets/root/uiphasecurtain.py @@ -49,11 +49,10 @@ class PhaseCurtain(ui.Bar): if self.curAlpha >= 1.0: self.curAlpha = 1.0 - # À̺¥Æ® Áß°£¿¡ ¸ØÃâ°æ¿ì¸¦ ´ëºñÇØ ¹Ì¸® Á¦°Å + # Use only this timer when event fade out was added event=self.event self.event = 0 - #print "ÆäÀÌµå ¾Æ¿ô ¿Ï·á À̺¥Æ® ½ÇÇà" if -1 != self.args: event(self.args)