From 64e0bf2282039b81a3902d9f6c1d621d996adf06 Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Sat, 18 Oct 2025 02:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E6=AD=A5=E4=B8=AD?= =?UTF-8?q?=E6=B2=A1=E6=9C=89yield=20return=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention/[Runtime]/Interaction.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Convention/[Runtime]/Interaction.cs b/Convention/[Runtime]/Interaction.cs index cad22cd..84804df 100644 --- a/Convention/[Runtime]/Interaction.cs +++ b/Convention/[Runtime]/Interaction.cs @@ -267,6 +267,7 @@ namespace Convention while (request.isDone == false) { progress(0.5f + request.progress * 0.5f); + yield return null; } try {