修改bug

This commit is contained in:
2026-05-18 16:03:00 +08:00
parent 137f9020b8
commit f9974367d7
13 changed files with 246 additions and 81 deletions
+1 -1
View File
@@ -1019,7 +1019,7 @@
}
if(web_2_through_time<web_2_disable_time)return nil;
else {
web_2_disable_time=[ClickAddtime[2] floatValue] + ([ClickAddtime[3] floatValue] - [ClickAddtime[2] floatValue]) * drand48();
web_2_disable_time=[ClickAddtime[0] floatValue] + ([ClickAddtime[1] floatValue] - [ClickAddtime[0] floatValue]) * drand48();
web_2_through_time=-0.1;
return touchedView;
}